Color Hex Logo

#caae2c Color Hex

#CAAE2C
(202,174,44)
0 Favorites   0 Comments

Color spaces of #caae2c

RGB 20217444
HSL0.140.640.48
HSV49°78°79°
CMYK 0.000.140.78   0.21
XYZ39.947843.01058.5793
Yxy43.01050.43640.4699
Hunter Lab65.5824-6.040638.1515
CIE-Lab71.5621-2.891565.2271

#caae2c color RGB value is (202,174,44).

#caae2c hex color red value is 202, green value is 174 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #caae2c hue: 0.14 , saturation: 0.64 and the lightness value of caae2c is 0.48.

The process color (four color CMYK) of #caae2c color hex is 0.00, 0.14, 0.78, 0.21. Web safe color of #caae2c is #cc9933. Color #caae2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 00101100
Octal 312 256 54
Decimal 202 174 44
Hex CA AE 2C

RGB Percentages of Color #caae2c

%48.10
%41.43
%10.48

CMYK Percentages of Color #caae2c

%0
%14
%78
%21

Triadic Colors of #caae2c

#caae2c #2ccaae #ae2cca

Analogous Colors of #caae2c

#caae2c #97ca2c #ca5f2c

Monochromatic Colors of #caae2c

#caae2c

Complementary Color

#caae2c #2c48ca

#caae2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae2c Color CSS Codes

.mybgcolor {background-color:#caae2c; } 
.myforecolor {color:#caae2c; }
.mybordercolor {border:3px solid #caae2c; }

#caae2c Text Font Color

<p style="color:#caae2c">Text here</p>

This sample text font color is #caae2c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#caae2c Background Color

<div style="background-color:#caae2c">
Div content here</div>

This div background color is #caae2c


#caae2c Border Color

<div style="border:3px solid #caae2c">
Div here</div>

This div border color is #caae2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,174,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #caae2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #caae2c;
  -webkit-box-shadow: 1px 1px 3px 2px #caae2c;
  box-shadow:         1px 1px 3px 2px #caae2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,174,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #caae2c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #caae2c;
  -webkit-box-shadow: 1px 1px 3px 2px #caae2c;
  box-shadow:         1px 1px 3px 2px #caae2c;">
Div content here</div>

This div box has shadow with color #caae2c


Comments

No comments written yet.

Please login to write comment.