Color Hex Logo

#cccae2 Color Hex

#CCCAE2
(204,202,226)
0 Favorites   0 Comments

Color spaces of #cccae2

RGB 204202226
HSL0.680.290.84
HSV245°11°89°
CMYK 0.100.110.00   0.11
XYZ59.749860.569480.4934
Yxy60.56940.29750.3016
Hunter Lab77.82630.8441-6.8434
CIE-Lab82.14675.2748-11.6225

#cccae2 color RGB value is (204,202,226).

#cccae2 hex color red value is 204, green value is 202 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cccae2 hue: 0.68 , saturation: 0.29 and the lightness value of cccae2 is 0.84.

The process color (four color CMYK) of #cccae2 color hex is 0.10, 0.11, 0.00, 0.11. Web safe color of #cccae2 is #cccccc. Color #cccae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 11100010
Octal 314 312 342
Decimal 204 202 226
Hex CC CA E2

RGB Percentages of Color #cccae2

%32.28
%31.96
%35.76

CMYK Percentages of Color #cccae2

%10
%11
%0
%11

Triadic Colors of #cccae2

#cccae2 #e2ccca #cae2cc

Analogous Colors of #cccae2

#cccae2 #d8cae2 #cad4e2

Monochromatic Colors of #cccae2

#cccae2

Complementary Color

#cccae2 #e0e2ca

#cccae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccae2 Color CSS Codes

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

#cccae2 Text Font Color

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

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


#cccae2 Background Color

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

This div background color is #cccae2


#cccae2 Border Color

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

This div border color is #cccae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccae2


Comments

No comments written yet.

Please login to write comment.