Color Hex Logo

#caae21 Color Hex

#CAAE21
(202,174,33)
0 Favorites   0 Comments

Color spaces of #caae21

RGB 20217433
HSL0.140.720.46
HSV50°84°79°
CMYK 0.000.140.84   0.21
XYZ39.767742.93857.6308
Yxy42.93850.44020.4753
Hunter Lab65.5275-6.344038.9648
CIE-Lab71.5132-3.244568.4267

#caae21 color RGB value is (202,174,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 00100001
Octal 312 256 41
Decimal 202 174 33
Hex CA AE 21

RGB Percentages of Color #caae21

%49.39
%42.54
%8.07

CMYK Percentages of Color #caae21

%0
%14
%84
%21

Triadic Colors of #caae21

#caae21 #21caae #ae21ca

Analogous Colors of #caae21

#caae21 #92ca21 #ca5921

Monochromatic Colors of #caae21

#caae21

Complementary Color

#caae21 #213dca

#caae21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae21 Color CSS Codes

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

#caae21 Text Font Color

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

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


#caae21 Background Color

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

This div background color is #caae21


#caae21 Border Color

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

This div border color is #caae21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caae21


Comments

No comments written yet.

Please login to write comment.