Color Hex Logo

#ced09b Color Hex

#CED09B
(206,208,155)
0 Favorites   0 Comments

Color spaces of #ced09b

RGB 206208155
HSL0.170.360.71
HSV62°25°82°
CMYK 0.010.000.25   0.18
XYZ53.925960.600139.8651
Yxy60.60010.34930.3925
Hunter Lab77.8461-12.579224.1297
CIE-Lab82.1633-9.191326.1686

#ced09b color RGB value is (206,208,155).

#ced09b hex color red value is 206, green value is 208 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ced09b hue: 0.17 , saturation: 0.36 and the lightness value of ced09b is 0.71.

The process color (four color CMYK) of #ced09b color hex is 0.01, 0.00, 0.25, 0.18. Web safe color of #ced09b is #cccc99. Color #ced09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010000 10011011
Octal 316 320 233
Decimal 206 208 155
Hex CE D0 9B

RGB Percentages of Color #ced09b

%36.20
%36.56
%27.24

CMYK Percentages of Color #ced09b

%1
%0
%25
%18

Triadic Colors of #ced09b

#ced09b #9bced0 #d09bce

Analogous Colors of #ced09b

#ced09b #b4d09b #d0b89b

Monochromatic Colors of #ced09b

#ced09b

Complementary Color

#ced09b #9d9bd0

#ced09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced09b Color CSS Codes

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

#ced09b Text Font Color

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

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


#ced09b Background Color

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

This div background color is #ced09b


#ced09b Border Color

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

This div border color is #ced09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced09b


Comments

No comments written yet.

Please login to write comment.