Color Hex Logo

#cccdd7 Color Hex

#CCCDD7
(204,205,215)
0 Favorites   0 Comments

Color spaces of #cccdd7

RGB 204205215
HSL0.650.120.82
HSV235°84°
CMYK 0.050.050.00   0.16
XYZ58.998961.406373.0330
Yxy61.40630.30500.3174
Hunter Lab78.3622-2.7411-0.4043
CIE-Lab82.59671.5334-5.0776

#cccdd7 color RGB value is (204,205,215).

#cccdd7 hex color red value is 204, green value is 205 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #cccdd7 hue: 0.65 , saturation: 0.12 and the lightness value of cccdd7 is 0.82.

The process color (four color CMYK) of #cccdd7 color hex is 0.05, 0.05, 0.00, 0.16. Web safe color of #cccdd7 is #cccccc. Color #cccdd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 11010111
Octal 314 315 327
Decimal 204 205 215
Hex CC CD D7

RGB Percentages of Color #cccdd7

%32.69
%32.85
%34.46

CMYK Percentages of Color #cccdd7

%5
%5
%0
%16

Triadic Colors of #cccdd7

#cccdd7 #d7cccd #cdd7cc

Analogous Colors of #cccdd7

#cccdd7 #d1ccd7 #ccd3d7

Monochromatic Colors of #cccdd7

#cccdd7

Complementary Color

#cccdd7 #d7d6cc

#cccdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdd7 Color CSS Codes

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

#cccdd7 Text Font Color

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

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


#cccdd7 Background Color

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

This div background color is #cccdd7


#cccdd7 Border Color

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

This div border color is #cccdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdd7


Comments

No comments written yet.

Please login to write comment.