Color Hex Logo

#ccced4 Color Hex

#CCCED4
(204,206,212)
0 Favorites   0 Comments

Color spaces of #ccced4

RGB 204206212
HSL0.630.090.82
HSV225°83°
CMYK 0.040.030.00   0.17
XYZ58.856861.733471.1010
Yxy61.73340.30700.3220
Hunter Lab78.5706-3.78521.3460
CIE-Lab82.77140.4375-3.2187

#ccced4 color RGB value is (204,206,212).

#ccced4 hex color red value is 204, green value is 206 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #ccced4 hue: 0.63 , saturation: 0.09 and the lightness value of ccced4 is 0.82.

The process color (four color CMYK) of #ccced4 color hex is 0.04, 0.03, 0.00, 0.17. Web safe color of #ccced4 is #cccccc. Color #ccced4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11010100
Octal 314 316 324
Decimal 204 206 212
Hex CC CE D4

RGB Percentages of Color #ccced4

%32.80
%33.12
%34.08

CMYK Percentages of Color #ccced4

%4
%3
%0
%17

Triadic Colors of #ccced4

#ccced4 #d4ccce #ced4cc

Analogous Colors of #ccced4

#ccced4 #ceccd4 #ccd2d4

Monochromatic Colors of #ccced4

#ccced4

Complementary Color

#ccced4 #d4d2cc

#ccced4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccced4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccced4 Color CSS Codes

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

#ccced4 Text Font Color

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

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


#ccced4 Background Color

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

This div background color is #ccced4


#ccced4 Border Color

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

This div border color is #ccced4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccced4


Comments

No comments written yet.

Please login to write comment.