Color Hex Logo

#cedeb0 Color Hex

#CEDEB0
(206,222,176)
0 Favorites   0 Comments

Color spaces of #cedeb0

RGB 206222176
HSL0.220.410.78
HSV81°21°87°
CMYK 0.070.000.21   0.13
XYZ59.411368.499051.1646
Yxy68.49900.33180.3825
Hunter Lab82.7641-16.703021.2819
CIE-Lab86.2554-13.245220.8133

#cedeb0 color RGB value is (206,222,176).

#cedeb0 hex color red value is 206, green value is 222 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cedeb0 hue: 0.22 , saturation: 0.41 and the lightness value of cedeb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011110 10110000
Octal 316 336 260
Decimal 206 222 176
Hex CE DE B0

RGB Percentages of Color #cedeb0

%34.11
%36.75
%29.14

CMYK Percentages of Color #cedeb0

%7
%0
%21
%13

Triadic Colors of #cedeb0

#cedeb0 #b0cede #deb0ce

Analogous Colors of #cedeb0

#cedeb0 #b7deb0 #ded7b0

Monochromatic Colors of #cedeb0

#cedeb0

Complementary Color

#cedeb0 #c0b0de

#cedeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedeb0 Color CSS Codes

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

#cedeb0 Text Font Color

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

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


#cedeb0 Background Color

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

This div background color is #cedeb0


#cedeb0 Border Color

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

This div border color is #cedeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedeb0


Comments

No comments written yet.

Please login to write comment.