Color Hex Logo

#cedc89 Color Hex

#CEDC89
(206,220,137)
0 Favorites   0 Comments

Color spaces of #cedc89

RGB 206220137
HSL0.190.540.70
HSV70°38°86°
CMYK 0.060.000.38   0.14
XYZ55.562266.114433.4998
Yxy66.11440.35810.4261
Hunter Lab81.3108-20.319232.4902
CIE-Lab85.0547-17.509539.2146

#cedc89 color RGB value is (206,220,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 10001001
Octal 316 334 211
Decimal 206 220 137
Hex CE DC 89

RGB Percentages of Color #cedc89

%36.59
%39.08
%24.33

CMYK Percentages of Color #cedc89

%6
%0
%38
%14

Triadic Colors of #cedc89

#cedc89 #89cedc #dc89ce

Analogous Colors of #cedc89

#cedc89 #a5dc89 #dcc189

Monochromatic Colors of #cedc89

#cedc89

Complementary Color

#cedc89 #9789dc

#cedc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc89 Color CSS Codes

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

#cedc89 Text Font Color

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

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


#cedc89 Background Color

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

This div background color is #cedc89


#cedc89 Border Color

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

This div border color is #cedc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc89


Comments

No comments written yet.

Please login to write comment.