Color Hex Logo

#ccdeb0 Color Hex

#CCDEB0
(204,222,176)
0 Favorites   0 Comments

Color spaces of #ccdeb0

RGB 204222176
HSL0.230.410.78
HSV83°21°87°
CMYK 0.080.000.21   0.13
XYZ58.859668.214551.1388
Yxy68.21450.33030.3828
Hunter Lab82.5921-17.327321.1037
CIE-Lab86.1136-13.961620.5950

#ccdeb0 color RGB value is (204,222,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 10110000
Octal 314 336 260
Decimal 204 222 176
Hex CC DE B0

RGB Percentages of Color #ccdeb0

%33.89
%36.88
%29.24

CMYK Percentages of Color #ccdeb0

%8
%0
%21
%13

Triadic Colors of #ccdeb0

#ccdeb0 #b0ccde #deb0cc

Analogous Colors of #ccdeb0

#ccdeb0 #b5deb0 #ded9b0

Monochromatic Colors of #ccdeb0

#ccdeb0

Complementary Color

#ccdeb0 #c2b0de

#ccdeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdeb0 Color CSS Codes

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

#ccdeb0 Text Font Color

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

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


#ccdeb0 Background Color

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

This div background color is #ccdeb0


#ccdeb0 Border Color

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

This div border color is #ccdeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdeb0


Comments

No comments written yet.

Please login to write comment.