Color Hex Logo

#ccccea Color Hex

#CCCCEA
(204,204,234)
0 Favorites   0 Comments

Color spaces of #ccccea

RGB 204204234
HSL0.670.420.86
HSV240°13°92°
CMYK 0.130.130.00   0.08
XYZ61.346061.963686.5688
Yxy61.96360.29230.2952
Hunter Lab78.71701.3546-10.1022
CIE-Lab82.89415.8342-14.7738

#ccccea color RGB value is (204,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11101010
Octal 314 314 352
Decimal 204 204 234
Hex CC CC EA

RGB Percentages of Color #ccccea

%31.78
%31.78
%36.45

CMYK Percentages of Color #ccccea

%13
%13
%0
%8

Triadic Colors of #ccccea

#ccccea #eacccc #cceacc

Analogous Colors of #ccccea

#ccccea #dbccea #ccdbea

Monochromatic Colors of #ccccea

#ccccea

Complementary Color

#ccccea #eaeacc

#ccccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccea Color CSS Codes

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

#ccccea Text Font Color

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

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


#ccccea Background Color

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

This div background color is #ccccea


#ccccea Border Color

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

This div border color is #ccccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccea


Comments

No comments written yet.

Please login to write comment.