Color Hex Logo

#ccdcc0 Color Hex

#CCDCC0
(204,220,192)
0 Favorites   0 Comments

Color spaces of #ccdcc0

RGB 204220192
HSL0.260.290.81
HSV94°13°86°
CMYK 0.070.000.13   0.14
XYZ60.009567.829559.7987
Yxy67.82950.31980.3615
Hunter Lab82.3587-14.066114.6020
CIE-Lab85.9211-10.374511.9412

#ccdcc0 color RGB value is (204,220,192).

#ccdcc0 hex color red value is 204, green value is 220 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ccdcc0 hue: 0.26 , saturation: 0.29 and the lightness value of ccdcc0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 11000000
Octal 314 334 300
Decimal 204 220 192
Hex CC DC C0

RGB Percentages of Color #ccdcc0

%33.12
%35.71
%31.17

CMYK Percentages of Color #ccdcc0

%7
%0
%13
%14

Triadic Colors of #ccdcc0

#ccdcc0 #c0ccdc #dcc0cc

Analogous Colors of #ccdcc0

#ccdcc0 #c0dcc2 #dadcc0

Monochromatic Colors of #ccdcc0

#ccdcc0

Complementary Color

#ccdcc0 #d0c0dc

#ccdcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdcc0 Color CSS Codes

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

#ccdcc0 Text Font Color

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

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


#ccdcc0 Background Color

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

This div background color is #ccdcc0


#ccdcc0 Border Color

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

This div border color is #ccdcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdcc0


Comments

No comments written yet.

Please login to write comment.