Color Hex Logo

#cad85f Color Hex

#CAD85F
(202,216,95)
0 Favorites   0 Comments

Color spaces of #cad85f

RGB 20221695
HSL0.190.610.61
HSV67°56°85°
CMYK 0.060.000.56   0.15
XYZ50.978562.494520.2023
Yxy62.49450.38140.4675
Hunter Lab79.0535-23.235940.1857
CIE-Lab83.1757-21.238156.9211

#cad85f color RGB value is (202,216,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011000 01011111
Octal 312 330 137
Decimal 202 216 95
Hex CA D8 5F

RGB Percentages of Color #cad85f

%39.38
%42.11
%18.52

CMYK Percentages of Color #cad85f

%6
%0
%56
%15

Triadic Colors of #cad85f

#cad85f #5fcad8 #d85fca

Analogous Colors of #cad85f

#cad85f #8ed85f #d8aa5f

Monochromatic Colors of #cad85f

#cad85f

Complementary Color

#cad85f #6d5fd8

#cad85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad85f Color CSS Codes

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

#cad85f Text Font Color

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

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


#cad85f Background Color

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

This div background color is #cad85f


#cad85f Border Color

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

This div border color is #cad85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad85f


Comments

No comments written yet.

Please login to write comment.