Color Hex Logo

#caae24 Color Hex

#CAAE24
(202,174,36)
0 Favorites   0 Comments

Color spaces of #caae24

RGB 20217436
HSL0.140.700.47
HSV50°82°79°
CMYK 0.000.140.82   0.21
XYZ39.811642.95607.8621
Yxy42.95600.43930.4740
Hunter Lab65.5408-6.269838.7663
CIE-Lab71.5251-3.158167.6224

#caae24 color RGB value is (202,174,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 00100100
Octal 312 256 44
Decimal 202 174 36
Hex CA AE 24

RGB Percentages of Color #caae24

%49.03
%42.23
%8.74

CMYK Percentages of Color #caae24

%0
%14
%82
%21

Triadic Colors of #caae24

#caae24 #24caae #ae24ca

Analogous Colors of #caae24

#caae24 #93ca24 #ca5b24

Monochromatic Colors of #caae24

#caae24

Complementary Color

#caae24 #2440ca

#caae24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae24 Color CSS Codes

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

#caae24 Text Font Color

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

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


#caae24 Background Color

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

This div background color is #caae24


#caae24 Border Color

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

This div border color is #caae24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caae24


Comments

No comments written yet.

Please login to write comment.