Color Hex Logo

#cad75f Color Hex

#CAD75F
(202,215,95)
0 Favorites   0 Comments

Color spaces of #cad75f

RGB 20221595
HSL0.180.600.61
HSV67°56°84°
CMYK 0.060.000.56   0.16
XYZ50.723161.983720.1171
Yxy61.98370.38190.4667
Hunter Lab78.7297-22.775139.9610
CIE-Lab82.9048-20.749856.6146

#cad75f color RGB value is (202,215,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010111 01011111
Octal 312 327 137
Decimal 202 215 95
Hex CA D7 5F

RGB Percentages of Color #cad75f

%39.45
%41.99
%18.55

CMYK Percentages of Color #cad75f

%6
%0
%56
%16

Triadic Colors of #cad75f

#cad75f #5fcad7 #d75fca

Analogous Colors of #cad75f

#cad75f #8ed75f #d7a85f

Monochromatic Colors of #cad75f

#cad75f

Complementary Color

#cad75f #6c5fd7

#cad75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad75f Color CSS Codes

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

#cad75f Text Font Color

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

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


#cad75f Background Color

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

This div background color is #cad75f


#cad75f Border Color

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

This div border color is #cad75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad75f


Comments

No comments written yet.

Please login to write comment.