Color Hex Logo

#caad27 Color Hex

#CAAD27
(202,173,39)
0 Favorites   0 Comments

Color spaces of #caad27

RGB 20217339
HSL0.140.680.47
HSV49°81°79°
CMYK 0.000.140.81   0.21
XYZ39.666942.59028.0495
Yxy42.59020.43920.4716
Hunter Lab65.2612-5.711638.3698
CIE-Lab71.2759-2.538066.5363

#caad27 color RGB value is (202,173,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 00100111
Octal 312 255 47
Decimal 202 173 39
Hex CA AD 27

RGB Percentages of Color #caad27

%48.79
%41.79
%9.42

CMYK Percentages of Color #caad27

%0
%14
%81
%21

Triadic Colors of #caad27

#caad27 #27caad #ad27ca

Analogous Colors of #caad27

#caad27 #96ca27 #ca5c27

Monochromatic Colors of #caad27

#caad27

Complementary Color

#caad27 #2744ca

#caad27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caad27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caad27 Color CSS Codes

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

#caad27 Text Font Color

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

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


#caad27 Background Color

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

This div background color is #caad27


#caad27 Border Color

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

This div border color is #caad27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caad27


Comments

No comments written yet.

Please login to write comment.