Color Hex Logo

#ceddb0 Color Hex

#CEDDB0
(206,221,176)
0 Favorites   0 Comments

Color spaces of #ceddb0

RGB 206221176
HSL0.220.400.78
HSV80°20°87°
CMYK 0.070.000.20   0.13
XYZ59.146567.969351.0763
Yxy67.96930.33190.3814
Hunter Lab82.4435-16.216920.9785
CIE-Lab85.9911-12.742320.4472

#ceddb0 color RGB value is (206,221,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 10110000
Octal 316 335 260
Decimal 206 221 176
Hex CE DD B0

RGB Percentages of Color #ceddb0

%34.16
%36.65
%29.19

CMYK Percentages of Color #ceddb0

%7
%0
%20
%13

Triadic Colors of #ceddb0

#ceddb0 #b0cedd #ddb0ce

Analogous Colors of #ceddb0

#ceddb0 #b8ddb0 #ddd6b0

Monochromatic Colors of #ceddb0

#ceddb0

Complementary Color

#ceddb0 #bfb0dd

#ceddb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddb0 Color CSS Codes

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

#ceddb0 Text Font Color

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

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


#ceddb0 Background Color

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

This div background color is #ceddb0


#ceddb0 Border Color

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

This div border color is #ceddb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddb0


Comments

No comments written yet.

Please login to write comment.