Color Hex Logo

#cad87d Color Hex

#CAD87D
(202,216,125)
0 Favorites   0 Comments

Color spaces of #cad87d

RGB 202216125
HSL0.190.540.67
HSV69°42°85°
CMYK 0.060.000.42   0.15
XYZ52.614763.149028.8179
Yxy63.14900.36390.4368
Hunter Lab79.4663-20.881234.1253
CIE-Lab83.5207-18.424743.1779

#cad87d color RGB value is (202,216,125).

#cad87d hex color red value is 202, green value is 216 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cad87d hue: 0.19 , saturation: 0.54 and the lightness value of cad87d is 0.67.

The process color (four color CMYK) of #cad87d color hex is 0.06, 0.00, 0.42, 0.15. Web safe color of #cad87d is #cccc66. Color #cad87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011000 01111101
Octal 312 330 175
Decimal 202 216 125
Hex CA D8 7D

RGB Percentages of Color #cad87d

%37.20
%39.78
%23.02

CMYK Percentages of Color #cad87d

%6
%0
%42
%15

Triadic Colors of #cad87d

#cad87d #7dcad8 #d87dca

Analogous Colors of #cad87d

#cad87d #9dd87d #d8b97d

Monochromatic Colors of #cad87d

#cad87d

Complementary Color

#cad87d #8b7dd8

#cad87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad87d Color CSS Codes

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

#cad87d Text Font Color

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

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


#cad87d Background Color

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

This div background color is #cad87d


#cad87d Border Color

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

This div border color is #cad87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad87d


Comments

No comments written yet.

Please login to write comment.