Color Hex Logo

#cedc7f Color Hex

#CEDC7F
(206,220,127)
0 Favorites   0 Comments

Color spaces of #cedc7f

RGB 206220127
HSL0.190.570.68
HSV69°42°86°
CMYK 0.060.000.42   0.14
XYZ54.877665.840529.8948
Yxy65.84050.36440.4372
Hunter Lab81.1422-21.276734.9556
CIE-Lab84.9150-18.631344.0018

#cedc7f color RGB value is (206,220,127).

#cedc7f hex color red value is 206, green value is 220 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cedc7f hue: 0.19 , saturation: 0.57 and the lightness value of cedc7f is 0.68.

The process color (four color CMYK) of #cedc7f color hex is 0.06, 0.00, 0.42, 0.14. Web safe color of #cedc7f is #cccc66. Color #cedc7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01111111
Octal 316 334 177
Decimal 206 220 127
Hex CE DC 7F

RGB Percentages of Color #cedc7f

%37.25
%39.78
%22.97

CMYK Percentages of Color #cedc7f

%6
%0
%42
%14

Triadic Colors of #cedc7f

#cedc7f #7fcedc #dc7fce

Analogous Colors of #cedc7f

#cedc7f #a0dc7f #dcbc7f

Monochromatic Colors of #cedc7f

#cedc7f

Complementary Color

#cedc7f #8d7fdc

#cedc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc7f Color CSS Codes

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

#cedc7f Text Font Color

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

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


#cedc7f Background Color

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

This div background color is #cedc7f


#cedc7f Border Color

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

This div border color is #cedc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc7f


Comments

No comments written yet.

Please login to write comment.