Color Hex Logo

#cde57f Color Hex

#CDE57F
(205,229,127)
0 Favorites   0 Comments

Color spaces of #cde57f

RGB 205229127
HSL0.210.660.70
HSV74°45°90°
CMYK 0.100.000.45   0.10
XYZ57.026970.550130.6906
Yxy70.55010.36030.4458
Hunter Lab83.9941-25.799037.1319
CIE-Lab87.2660-23.398846.9118

#cde57f color RGB value is (205,229,127).

#cde57f hex color red value is 205, green value is 229 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cde57f hue: 0.21 , saturation: 0.66 and the lightness value of cde57f is 0.70.

The process color (four color CMYK) of #cde57f color hex is 0.10, 0.00, 0.45, 0.10. Web safe color of #cde57f is #cccc66. Color #cde57f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 01111111
Octal 315 345 177
Decimal 205 229 127
Hex CD E5 7F

RGB Percentages of Color #cde57f

%36.54
%40.82
%22.64

CMYK Percentages of Color #cde57f

%10
%0
%45
%10

Triadic Colors of #cde57f

#cde57f #7fcde5 #e57fcd

Analogous Colors of #cde57f

#cde57f #9ae57f #e5ca7f

Monochromatic Colors of #cde57f

#cde57f

Complementary Color

#cde57f #977fe5

#cde57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde57f Color CSS Codes

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

#cde57f Text Font Color

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

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


#cde57f Background Color

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

This div background color is #cde57f


#cde57f Border Color

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

This div border color is #cde57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde57f


Comments

No comments written yet.

Please login to write comment.