Color Hex Logo

#cad170 Color Hex

#CAD170
(202,209,112)
0 Favorites   0 Comments

Color spaces of #cad170

RGB 202209112
HSL0.180.510.63
HSV64°46°82°
CMYK 0.030.000.46   0.18
XYZ50.082259.327324.1409
Yxy59.32730.37500.4442
Hunter Lab77.0242-18.729235.3343
CIE-Lab81.4712-16.286047.0048

#cad170 color RGB value is (202,209,112).

#cad170 hex color red value is 202, green value is 209 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cad170 hue: 0.18 , saturation: 0.51 and the lightness value of cad170 is 0.63.

The process color (four color CMYK) of #cad170 color hex is 0.03, 0.00, 0.46, 0.18. Web safe color of #cad170 is #cccc66. Color #cad170 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010001 01110000
Octal 312 321 160
Decimal 202 209 112
Hex CA D1 70

RGB Percentages of Color #cad170

%38.62
%39.96
%21.41

CMYK Percentages of Color #cad170

%3
%0
%46
%18

Triadic Colors of #cad170

#cad170 #70cad1 #d170ca

Analogous Colors of #cad170

#cad170 #9ad170 #d1a870

Monochromatic Colors of #cad170

#cad170

Complementary Color

#cad170 #7770d1

#cad170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad170 Color CSS Codes

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

#cad170 Text Font Color

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

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


#cad170 Background Color

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

This div background color is #cad170


#cad170 Border Color

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

This div border color is #cad170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad170


Comments

No comments written yet.

Please login to write comment.