Color Hex Logo

#cedc8b Color Hex

#CEDC8B
(206,220,139)
0 Favorites   0 Comments

Color spaces of #cedc8b

RGB 206220139
HSL0.200.540.70
HSV70°37°86°
CMYK 0.060.000.37   0.14
XYZ55.707066.172334.2626
Yxy66.17230.35680.4238
Hunter Lab81.3464-20.117131.9699
CIE-Lab85.0842-17.273738.2483

#cedc8b color RGB value is (206,220,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 10001011
Octal 316 334 213
Decimal 206 220 139
Hex CE DC 8B

RGB Percentages of Color #cedc8b

%36.46
%38.94
%24.60

CMYK Percentages of Color #cedc8b

%6
%0
%37
%14

Triadic Colors of #cedc8b

#cedc8b #8bcedc #dc8bce

Analogous Colors of #cedc8b

#cedc8b #a6dc8b #dcc28b

Monochromatic Colors of #cedc8b

#cedc8b

Complementary Color

#cedc8b #998bdc

#cedc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc8b Color CSS Codes

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

#cedc8b Text Font Color

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

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


#cedc8b Background Color

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

This div background color is #cedc8b


#cedc8b Border Color

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

This div border color is #cedc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc8b


Comments

No comments written yet.

Please login to write comment.