Color Hex Logo

#ccdccb Color Hex

#CCDCCB
(204,220,203)
0 Favorites   0 Comments

Color spaces of #ccdccb

RGB 204220203
HSL0.320.200.83
HSV116°86°
CMYK 0.070.000.08   0.14
XYZ61.274568.335666.4605
Yxy68.33560.31250.3485
Hunter Lab82.6653-12.353810.1983
CIE-Lab86.1740-8.47146.5079

#ccdccb color RGB value is (204,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 11001011
Octal 314 334 313
Decimal 204 220 203
Hex CC DC CB

RGB Percentages of Color #ccdccb

%32.54
%35.09
%32.38

CMYK Percentages of Color #ccdccb

%7
%0
%8
%14

Triadic Colors of #ccdccb

#ccdccb #cbccdc #dccbcc

Analogous Colors of #ccdccb

#ccdccb #cbdcd3 #d5dccb

Monochromatic Colors of #ccdccb

#ccdccb

Complementary Color

#ccdccb #dbcbdc

#ccdccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdccb Color CSS Codes

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

#ccdccb Text Font Color

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

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


#ccdccb Background Color

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

This div background color is #ccdccb


#ccdccb Border Color

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

This div border color is #ccdccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdccb


Comments

No comments written yet.

Please login to write comment.