Color Hex Logo

#cad57f Color Hex

#CAD57F
(202,213,127)
0 Favorites   0 Comments

Color spaces of #cad57f

RGB 202213127
HSL0.190.510.67
HSV68°40°84°
CMYK 0.050.000.40   0.16
XYZ51.982161.677429.2438
Yxy61.67740.36380.4316
Hunter Lab78.5350-19.287532.8969
CIE-Lab82.7416-16.718341.2050

#cad57f color RGB value is (202,213,127).

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

The process color (four color CMYK) of #cad57f color hex is 0.05, 0.00, 0.40, 0.16. Web safe color of #cad57f is #cccc66. Color #cad57f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010101 01111111
Octal 312 325 177
Decimal 202 213 127
Hex CA D5 7F

RGB Percentages of Color #cad57f

%37.27
%39.30
%23.43

CMYK Percentages of Color #cad57f

%5
%0
%40
%16

Triadic Colors of #cad57f

#cad57f #7fcad5 #d57fca

Analogous Colors of #cad57f

#cad57f #9fd57f #d5b57f

Monochromatic Colors of #cad57f

#cad57f

Complementary Color

#cad57f #8a7fd5

#cad57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad57f Color CSS Codes

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

#cad57f Text Font Color

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

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


#cad57f Background Color

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

This div background color is #cad57f


#cad57f Border Color

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

This div border color is #cad57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad57f


Comments

No comments written yet.

Please login to write comment.