Color Hex Logo

#ccaae0 Color Hex

#CCAAE0
(204,170,224)
0 Favorites   0 Comments

Color spaces of #ccaae0

RGB 204170224
HSL0.770.470.77
HSV278°24°88°
CMYK 0.090.240.00   0.12
XYZ52.731146.968676.8076
Yxy46.96860.29870.2661
Hunter Lab68.533617.4075-18.4744
CIE-Lab74.169722.1840-22.5725

#ccaae0 color RGB value is (204,170,224).

#ccaae0 hex color red value is 204, green value is 170 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ccaae0 hue: 0.77 , saturation: 0.47 and the lightness value of ccaae0 is 0.77.

The process color (four color CMYK) of #ccaae0 color hex is 0.09, 0.24, 0.00, 0.12. Web safe color of #ccaae0 is #cc99cc. Color #ccaae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11100000
Octal 314 252 340
Decimal 204 170 224
Hex CC AA E0

RGB Percentages of Color #ccaae0

%34.11
%28.43
%37.46

CMYK Percentages of Color #ccaae0

%9
%24
%0
%12

Triadic Colors of #ccaae0

#ccaae0 #e0ccaa #aae0cc

Analogous Colors of #ccaae0

#ccaae0 #e0aad9 #b1aae0

Monochromatic Colors of #ccaae0

#ccaae0

Complementary Color

#ccaae0 #bee0aa

#ccaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaae0 Color CSS Codes

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

#ccaae0 Text Font Color

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

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


#ccaae0 Background Color

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

This div background color is #ccaae0


#ccaae0 Border Color

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

This div border color is #ccaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaae0


Comments

No comments written yet.

Please login to write comment.