Color Hex Logo

#cccced Color Hex

#CCCCED
(204,204,237)
0 Favorites   0 Comments

Color spaces of #cccced

RGB 204204237
HSL0.670.480.86
HSV240°14°93°
CMYK 0.140.140.00   0.07
XYZ61.780862.137588.8583
Yxy62.13750.29040.2920
Hunter Lab78.82731.9512-11.6556
CIE-Lab82.98656.4542-16.2336

#cccced color RGB value is (204,204,237).

#cccced hex color red value is 204, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cccced hue: 0.67 , saturation: 0.48 and the lightness value of cccced is 0.86.

The process color (four color CMYK) of #cccced color hex is 0.14, 0.14, 0.00, 0.07. Web safe color of #cccced is #ccccff. Color #cccced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11101101
Octal 314 314 355
Decimal 204 204 237
Hex CC CC ED

RGB Percentages of Color #cccced

%31.63
%31.63
%36.74

CMYK Percentages of Color #cccced

%14
%14
%0
%7

Triadic Colors of #cccced

#cccced #edcccc #ccedcc

Analogous Colors of #cccced

#cccced #ddcced #ccdded

Monochromatic Colors of #cccced

#cccced

Complementary Color

#cccced #ededcc

#cccced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccced Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccced Color CSS Codes

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

#cccced Text Font Color

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

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


#cccced Background Color

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

This div background color is #cccced


#cccced Border Color

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

This div border color is #cccced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccced


Comments

No comments written yet.

Please login to write comment.