Color Hex Logo

#ccccda Color Hex

#CCCCDA
(204,204,218)
0 Favorites   0 Comments

Color spaces of #ccccda

RGB 204204218
HSL0.670.160.83
HSV240°85°
CMYK 0.060.060.00   0.15
XYZ59.149661.085175.0027
Yxy61.08510.30300.3129
Hunter Lab78.1570-1.6849-2.1873
CIE-Lab82.42452.6386-6.9345

#ccccda color RGB value is (204,204,218).

#ccccda hex color red value is 204, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ccccda hue: 0.67 , saturation: 0.16 and the lightness value of ccccda is 0.83.

The process color (four color CMYK) of #ccccda color hex is 0.06, 0.06, 0.00, 0.15. Web safe color of #ccccda is #cccccc. Color #ccccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11011010
Octal 314 314 332
Decimal 204 204 218
Hex CC CC DA

RGB Percentages of Color #ccccda

%32.59
%32.59
%34.82

CMYK Percentages of Color #ccccda

%6
%6
%0
%15

Triadic Colors of #ccccda

#ccccda #dacccc #ccdacc

Analogous Colors of #ccccda

#ccccda #d3ccda #ccd3da

Monochromatic Colors of #ccccda

#ccccda

Complementary Color

#ccccda #dadacc

#ccccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccda Color CSS Codes

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

#ccccda Text Font Color

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

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


#ccccda Background Color

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

This div background color is #ccccda


#ccccda Border Color

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

This div border color is #ccccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccda

#ccccda Color Palettes


Comments

No comments written yet.

Please login to write comment.