Color Hex Logo

#ccccd3 Color Hex

#CCCCD3
(204,204,211)
0 Favorites   0 Comments

Color spaces of #ccccd3

RGB 204204211
HSL0.670.070.81
HSV240°83°
CMYK 0.030.030.00   0.17
XYZ58.252660.726270.2791
Yxy60.72620.30780.3209
Hunter Lab77.9270-2.93861.0778
CIE-Lab82.23131.3022-3.4787

#ccccd3 color RGB value is (204,204,211).

#ccccd3 hex color red value is 204, green value is 204 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #ccccd3 hue: 0.67 , saturation: 0.07 and the lightness value of ccccd3 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11010011
Octal 314 314 323
Decimal 204 204 211
Hex CC CC D3

RGB Percentages of Color #ccccd3

%32.96
%32.96
%34.09

CMYK Percentages of Color #ccccd3

%3
%3
%0
%17

Triadic Colors of #ccccd3

#ccccd3 #d3cccc #ccd3cc

Analogous Colors of #ccccd3

#ccccd3 #d0ccd3 #ccd0d3

Monochromatic Colors of #ccccd3

#ccccd3

Complementary Color

#ccccd3 #d3d3cc

#ccccd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccd3 Color CSS Codes

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

#ccccd3 Text Font Color

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

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


#ccccd3 Background Color

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

This div background color is #ccccd3


#ccccd3 Border Color

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

This div border color is #ccccd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccd3


Comments

No comments written yet.

Please login to write comment.