Color Hex Logo

#ccccd7 Color Hex

#CCCCD7
(204,204,215)
0 Favorites   0 Comments

Color spaces of #ccccd7

RGB 204204215
HSL0.670.120.82
HSV240°84°
CMYK 0.050.050.00   0.16
XYZ58.760460.929472.9535
Yxy60.92940.30500.3163
Hunter Lab78.0573-2.2280-0.7732
CIE-Lab82.34082.0610-5.4553

#ccccd7 color RGB value is (204,204,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11010111
Octal 314 314 327
Decimal 204 204 215
Hex CC CC D7

RGB Percentages of Color #ccccd7

%32.74
%32.74
%34.51

CMYK Percentages of Color #ccccd7

%5
%5
%0
%16

Triadic Colors of #ccccd7

#ccccd7 #d7cccc #ccd7cc

Analogous Colors of #ccccd7

#ccccd7 #d2ccd7 #ccd2d7

Monochromatic Colors of #ccccd7

#ccccd7

Complementary Color

#ccccd7 #d7d7cc

#ccccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccd7 Color CSS Codes

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

#ccccd7 Text Font Color

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

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


#ccccd7 Background Color

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

This div background color is #ccccd7


#ccccd7 Border Color

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

This div border color is #ccccd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,204,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 #ccccd7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccd7


Comments

No comments written yet.

Please login to write comment.