Color Hex Logo

#ccdccc Color Hex

#CCDCCC
(204,220,204)
0 Favorites   0 Comments

Color spaces of #ccdccc

RGB 204220204
HSL0.330.190.83
HSV120°86°
CMYK 0.070.000.07   0.14
XYZ61.394168.383467.0902
Yxy68.38340.31190.3474
Hunter Lab82.6943-12.19259.7838
CIE-Lab86.1978-8.29326.0148

#ccdccc color RGB value is (204,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 11001100
Octal 314 334 314
Decimal 204 220 204
Hex CC DC CC

RGB Percentages of Color #ccdccc

%32.48
%35.03
%32.48

CMYK Percentages of Color #ccdccc

%7
%0
%7
%14

Triadic Colors of #ccdccc

#ccdccc #ccccdc #dccccc

Analogous Colors of #ccdccc

#ccdccc #ccdcd4 #d4dccc

Monochromatic Colors of #ccdccc

#ccdccc

Complementary Color

#ccdccc #dcccdc

#ccdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdccc Color CSS Codes

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

#ccdccc Text Font Color

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

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


#ccdccc Background Color

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

This div background color is #ccdccc


#ccdccc Border Color

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

This div border color is #ccdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdccc

#ccdccc Color Palettes


Comments

No comments written yet.

Please login to write comment.