Color Hex Logo

#cedc87 Color Hex

#CEDC87
(206,220,135)
0 Favorites   0 Comments

Color spaces of #cedc87

RGB 206220135
HSL0.190.550.70
HSV70°39°86°
CMYK 0.060.000.39   0.14
XYZ55.420066.057532.7511
Yxy66.05750.35930.4283
Hunter Lab81.2758-20.517733.0014
CIE-Lab85.0257-17.741440.1780

#cedc87 color RGB value is (206,220,135).

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

The process color (four color CMYK) of #cedc87 color hex is 0.06, 0.00, 0.39, 0.14. Web safe color of #cedc87 is #cccc99. Color #cedc87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 10000111
Octal 316 334 207
Decimal 206 220 135
Hex CE DC 87

RGB Percentages of Color #cedc87

%36.72
%39.22
%24.06

CMYK Percentages of Color #cedc87

%6
%0
%39
%14

Triadic Colors of #cedc87

#cedc87 #87cedc #dc87ce

Analogous Colors of #cedc87

#cedc87 #a4dc87 #dcc087

Monochromatic Colors of #cedc87

#cedc87

Complementary Color

#cedc87 #9587dc

#cedc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc87 Color CSS Codes

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

#cedc87 Text Font Color

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

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


#cedc87 Background Color

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

This div background color is #cedc87


#cedc87 Border Color

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

This div border color is #cedc87


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,220,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc87


Comments

No comments written yet.

Please login to write comment.