Color Hex Logo

#cad95f Color Hex

#CAD95F
(202,217,95)
0 Favorites   0 Comments

Color spaces of #cad95f

RGB 20221795
HSL0.190.620.61
HSV67°56°85°
CMYK 0.070.000.56   0.15
XYZ51.235563.008520.2879
Yxy63.00850.38080.4684
Hunter Lab79.3779-23.696240.4108
CIE-Lab83.4469-21.725457.2278

#cad95f color RGB value is (202,217,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011001 01011111
Octal 312 331 137
Decimal 202 217 95
Hex CA D9 5F

RGB Percentages of Color #cad95f

%39.30
%42.22
%18.48

CMYK Percentages of Color #cad95f

%7
%0
%56
%15

Triadic Colors of #cad95f

#cad95f #5fcad9 #d95fca

Analogous Colors of #cad95f

#cad95f #8dd95f #d9ab5f

Monochromatic Colors of #cad95f

#cad95f

Complementary Color

#cad95f #6e5fd9

#cad95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad95f Color CSS Codes

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

#cad95f Text Font Color

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

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


#cad95f Background Color

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

This div background color is #cad95f


#cad95f Border Color

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

This div border color is #cad95f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,217,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 #cad95f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad95f


Comments

No comments written yet.

Please login to write comment.