Color Hex Logo

#caae36 Color Hex

#CAAE36
(202,174,54)
0 Favorites   0 Comments

Color spaces of #caae36

RGB 20217454
HSL0.140.580.50
HSV49°73°79°
CMYK 0.000.140.73   0.21
XYZ40.159043.09509.6916
Yxy43.09500.43210.4637
Hunter Lab65.6468-5.685637.1996
CIE-Lab71.6194-2.479661.7699

#caae36 color RGB value is (202,174,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 00110110
Octal 312 256 66
Decimal 202 174 54
Hex CA AE 36

RGB Percentages of Color #caae36

%46.98
%40.47
%12.56

CMYK Percentages of Color #caae36

%0
%14
%73
%21

Triadic Colors of #caae36

#caae36 #36caae #ae36ca

Analogous Colors of #caae36

#caae36 #9cca36 #ca6436

Monochromatic Colors of #caae36

#caae36

Complementary Color

#caae36 #3652ca

#caae36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae36 Color CSS Codes

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

#caae36 Text Font Color

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

This sample text font color is #caae36
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.


#caae36 Background Color

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

This div background color is #caae36


#caae36 Border Color

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

This div border color is #caae36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caae36


Comments

No comments written yet.

Please login to write comment.