Color Hex Logo

#cedd9b Color Hex

#CEDD9B
(206,221,155)
0 Favorites   0 Comments

Color spaces of #cedd9b

RGB 206221155
HSL0.200.490.74
HSV74°30°87°
CMYK 0.070.000.30   0.13
XYZ57.226467.201340.9653
Yxy67.20130.34600.4063
Hunter Lab81.9764-18.850727.7550
CIE-Lab85.6055-15.750430.7991

#cedd9b color RGB value is (206,221,155).

#cedd9b hex color red value is 206, green value is 221 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cedd9b hue: 0.20 , saturation: 0.49 and the lightness value of cedd9b is 0.74.

The process color (four color CMYK) of #cedd9b color hex is 0.07, 0.00, 0.30, 0.13. Web safe color of #cedd9b is #cccc99. Color #cedd9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 10011011
Octal 316 335 233
Decimal 206 221 155
Hex CE DD 9B

RGB Percentages of Color #cedd9b

%35.40
%37.97
%26.63

CMYK Percentages of Color #cedd9b

%7
%0
%30
%13

Triadic Colors of #cedd9b

#cedd9b #9bcedd #dd9bce

Analogous Colors of #cedd9b

#cedd9b #addd9b #ddcb9b

Monochromatic Colors of #cedd9b

#cedd9b

Complementary Color

#cedd9b #aa9bdd

#cedd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd9b Color CSS Codes

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

#cedd9b Text Font Color

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

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


#cedd9b Background Color

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

This div background color is #cedd9b


#cedd9b Border Color

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

This div border color is #cedd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd9b


Comments

No comments written yet.

Please login to write comment.