Color Hex Logo

#ccced2 Color Hex

#CCCED2
(204,206,210)
0 Favorites   0 Comments

Color spaces of #ccced2

RGB 204206210
HSL0.610.060.81
HSV220°82°
CMYK 0.030.020.00   0.18
XYZ58.606061.633169.7803
Yxy61.63310.30840.3244
Hunter Lab78.5068-4.13502.2551
CIE-Lab82.71790.0619-2.2299

#ccced2 color RGB value is (204,206,210).

#ccced2 hex color red value is 204, green value is 206 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ccced2 hue: 0.61 , saturation: 0.06 and the lightness value of ccced2 is 0.81.

The process color (four color CMYK) of #ccced2 color hex is 0.03, 0.02, 0.00, 0.18. Web safe color of #ccced2 is #cccccc. Color #ccced2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11010010
Octal 314 316 322
Decimal 204 206 210
Hex CC CE D2

RGB Percentages of Color #ccced2

%32.90
%33.23
%33.87

CMYK Percentages of Color #ccced2

%3
%2
%0
%18

Triadic Colors of #ccced2

#ccced2 #d2ccce #ced2cc

Analogous Colors of #ccced2

#ccced2 #cdccd2 #ccd1d2

Monochromatic Colors of #ccced2

#ccced2

Complementary Color

#ccced2 #d2d0cc

#ccced2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccced2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccced2 Color CSS Codes

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

#ccced2 Text Font Color

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

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


#ccced2 Background Color

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

This div background color is #ccced2


#ccced2 Border Color

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

This div border color is #ccced2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccced2


Comments

No comments written yet.

Please login to write comment.