Color Hex Logo

#ceddb2 Color Hex

#CEDDB2
(206,221,178)
0 Favorites   0 Comments

Color spaces of #ceddb2

RGB 206221178
HSL0.220.390.78
HSV81°19°87°
CMYK 0.070.000.19   0.13
XYZ59.345968.049152.1264
Yxy68.04910.33060.3791
Hunter Lab82.4919-15.945220.2791
CIE-Lab86.0310-12.435119.4582

#ceddb2 color RGB value is (206,221,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 10110010
Octal 316 335 262
Decimal 206 221 178
Hex CE DD B2

RGB Percentages of Color #ceddb2

%34.05
%36.53
%29.42

CMYK Percentages of Color #ceddb2

%7
%0
%19
%13

Triadic Colors of #ceddb2

#ceddb2 #b2cedd #ddb2ce

Analogous Colors of #ceddb2

#ceddb2 #b9ddb2 #ddd7b2

Monochromatic Colors of #ceddb2

#ceddb2

Complementary Color

#ceddb2 #c1b2dd

#ceddb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddb2 Color CSS Codes

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

#ceddb2 Text Font Color

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

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


#ceddb2 Background Color

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

This div background color is #ceddb2


#ceddb2 Border Color

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

This div border color is #ceddb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddb2


Comments

No comments written yet.

Please login to write comment.