Color Hex Logo

#ccddcb Color Hex

#CCDDCB
(204,221,203)
0 Favorites   0 Comments

Color spaces of #ccddcb

RGB 204221203
HSL0.320.210.83
HSV117°87°
CMYK 0.080.000.08   0.13
XYZ61.537868.862166.5482
Yxy68.86210.31250.3496
Hunter Lab82.9832-12.850410.5407
CIE-Lab86.4357-8.98176.8846

#ccddcb color RGB value is (204,221,203).

#ccddcb hex color red value is 204, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ccddcb hue: 0.32 , saturation: 0.21 and the lightness value of ccddcb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11001011
Octal 314 335 313
Decimal 204 221 203
Hex CC DD CB

RGB Percentages of Color #ccddcb

%32.48
%35.19
%32.32

CMYK Percentages of Color #ccddcb

%8
%0
%8
%13

Triadic Colors of #ccddcb

#ccddcb #cbccdd #ddcbcc

Analogous Colors of #ccddcb

#ccddcb #cbddd3 #d5ddcb

Monochromatic Colors of #ccddcb

#ccddcb

Complementary Color

#ccddcb #dccbdd

#ccddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddcb Color CSS Codes

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

#ccddcb Text Font Color

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

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


#ccddcb Background Color

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

This div background color is #ccddcb


#ccddcb Border Color

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

This div border color is #ccddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddcb


Comments

No comments written yet.

Please login to write comment.