Color Hex Logo

#cedd7f Color Hex

#CEDD7F
(206,221,127)
0 Favorites   0 Comments

Color spaces of #cedd7f

RGB 206221127
HSL0.190.580.68
HSV70°43°87°
CMYK 0.070.000.43   0.13
XYZ55.140866.367029.9826
Yxy66.36700.36400.4381
Hunter Lab81.4659-21.746435.2052
CIE-Lab85.1833-19.123144.3372

#cedd7f color RGB value is (206,221,127).

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

The process color (four color CMYK) of #cedd7f color hex is 0.07, 0.00, 0.43, 0.13. Web safe color of #cedd7f is #cccc66. Color #cedd7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01111111
Octal 316 335 177
Decimal 206 221 127
Hex CE DD 7F

RGB Percentages of Color #cedd7f

%37.18
%39.89
%22.92

CMYK Percentages of Color #cedd7f

%7
%0
%43
%13

Triadic Colors of #cedd7f

#cedd7f #7fcedd #dd7fce

Analogous Colors of #cedd7f

#cedd7f #9fdd7f #ddbd7f

Monochromatic Colors of #cedd7f

#cedd7f

Complementary Color

#cedd7f #8e7fdd

#cedd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd7f Color CSS Codes

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

#cedd7f Text Font Color

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

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


#cedd7f Background Color

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

This div background color is #cedd7f


#cedd7f Border Color

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

This div border color is #cedd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd7f


Comments

No comments written yet.

Please login to write comment.