Color Hex Logo

#cccae9 Color Hex

#CCCAE9
(204,202,233)
0 Favorites   0 Comments

Color spaces of #cccae9

RGB 204202233
HSL0.680.410.85
HSV244°13°91°
CMYK 0.120.130.00   0.09
XYZ60.730360.961685.6567
Yxy60.96160.29290.2940
Hunter Lab78.07792.2039-10.3906
CIE-Lab82.35816.6939-15.0449

#cccae9 color RGB value is (204,202,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 11101001
Octal 314 312 351
Decimal 204 202 233
Hex CC CA E9

RGB Percentages of Color #cccae9

%31.92
%31.61
%36.46

CMYK Percentages of Color #cccae9

%12
%13
%0
%9

Triadic Colors of #cccae9

#cccae9 #e9ccca #cae9cc

Analogous Colors of #cccae9

#cccae9 #dccae9 #cad8e9

Monochromatic Colors of #cccae9

#cccae9

Complementary Color

#cccae9 #e7e9ca

#cccae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccae9 Color CSS Codes

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

#cccae9 Text Font Color

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

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


#cccae9 Background Color

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

This div background color is #cccae9


#cccae9 Border Color

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

This div border color is #cccae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccae9


Comments

No comments written yet.

Please login to write comment.