Color Hex Logo

#ceddb7 Color Hex

#CEDDB7
(206,221,183)
0 Favorites   0 Comments

Color spaces of #ceddb7

RGB 206221183
HSL0.230.360.79
HSV84°17°87°
CMYK 0.070.000.17   0.13
XYZ59.857368.253654.8192
Yxy68.25360.32720.3731
Hunter Lab82.6157-15.249518.4895
CIE-Lab86.1331-11.651216.9852

#ceddb7 color RGB value is (206,221,183).

#ceddb7 hex color red value is 206, green value is 221 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ceddb7 hue: 0.23 , saturation: 0.36 and the lightness value of ceddb7 is 0.79.

The process color (four color CMYK) of #ceddb7 color hex is 0.07, 0.00, 0.17, 0.13. Web safe color of #ceddb7 is #cccccc. Color #ceddb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 10110111
Octal 316 335 267
Decimal 206 221 183
Hex CE DD B7

RGB Percentages of Color #ceddb7

%33.77
%36.23
%30.00

CMYK Percentages of Color #ceddb7

%7
%0
%17
%13

Triadic Colors of #ceddb7

#ceddb7 #b7cedd #ddb7ce

Analogous Colors of #ceddb7

#ceddb7 #bbddb7 #ddd9b7

Monochromatic Colors of #ceddb7

#ceddb7

Complementary Color

#ceddb7 #c6b7dd

#ceddb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddb7 Color CSS Codes

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

#ceddb7 Text Font Color

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

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


#ceddb7 Background Color

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

This div background color is #ceddb7


#ceddb7 Border Color

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

This div border color is #ceddb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddb7


Comments

No comments written yet.

Please login to write comment.