Color Hex Logo

#ccceea Color Hex

#CCCEEA
(204,206,234)
0 Favorites   0 Comments

Color spaces of #ccceea

RGB 204206234
HSL0.660.420.86
HSV236°13°92°
CMYK 0.130.120.00   0.08
XYZ61.824462.920586.7283
Yxy62.92050.29240.2975
Hunter Lab79.32240.3097-9.2998
CIE-Lab83.40054.7714-14.0143

#ccceea color RGB value is (204,206,234).

#ccceea hex color red value is 204, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ccceea hue: 0.66 , saturation: 0.42 and the lightness value of ccceea is 0.86.

The process color (four color CMYK) of #ccceea color hex is 0.13, 0.12, 0.00, 0.08. Web safe color of #ccceea is #ccccff. Color #ccceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11101010
Octal 314 316 352
Decimal 204 206 234
Hex CC CE EA

RGB Percentages of Color #ccceea

%31.68
%31.99
%36.34

CMYK Percentages of Color #ccceea

%13
%12
%0
%8

Triadic Colors of #ccceea

#ccceea #eaccce #ceeacc

Analogous Colors of #ccceea

#ccceea #d9ccea #ccddea

Monochromatic Colors of #ccceea

#ccceea

Complementary Color

#ccceea #eae8cc

#ccceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccceea Color CSS Codes

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

#ccceea Text Font Color

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

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


#ccceea Background Color

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

This div background color is #ccceea


#ccceea Border Color

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

This div border color is #ccceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccceea


Comments

No comments written yet.

Please login to write comment.