Color Hex Logo

#ccdcb9 Color Hex

#CCDCB9
(204,220,185)
0 Favorites   0 Comments

Color spaces of #ccdcb9

RGB 204220185
HSL0.240.330.79
HSV87°16°86°
CMYK 0.070.000.16   0.14
XYZ59.252067.526655.8100
Yxy67.52660.32450.3698
Hunter Lab82.1746-15.098017.2546
CIE-Lab85.7692-11.532115.4049

#ccdcb9 color RGB value is (204,220,185).

#ccdcb9 hex color red value is 204, green value is 220 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ccdcb9 hue: 0.24 , saturation: 0.33 and the lightness value of ccdcb9 is 0.79.

The process color (four color CMYK) of #ccdcb9 color hex is 0.07, 0.00, 0.16, 0.14. Web safe color of #ccdcb9 is #cccccc. Color #ccdcb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 10111001
Octal 314 334 271
Decimal 204 220 185
Hex CC DC B9

RGB Percentages of Color #ccdcb9

%33.50
%36.12
%30.38

CMYK Percentages of Color #ccdcb9

%7
%0
%16
%14

Triadic Colors of #ccdcb9

#ccdcb9 #b9ccdc #dcb9cc

Analogous Colors of #ccdcb9

#ccdcb9 #bbdcb9 #dcdbb9

Monochromatic Colors of #ccdcb9

#ccdcb9

Complementary Color

#ccdcb9 #c9b9dc

#ccdcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdcb9 Color CSS Codes

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

#ccdcb9 Text Font Color

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

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


#ccdcb9 Background Color

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

This div background color is #ccdcb9


#ccdcb9 Border Color

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

This div border color is #ccdcb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,220,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdcb9


Comments

No comments written yet.

Please login to write comment.