Color Hex Logo

#ccaaec Color Hex

#CCAAEC
(204,170,236)
0 Favorites   0 Comments

Color spaces of #ccaaec

RGB 204170236
HSL0.750.630.80
HSV271°28°93°
CMYK 0.140.280.00   0.07
XYZ54.416947.642985.6848
Yxy47.64290.28980.2538
Hunter Lab69.023819.9338-25.2847
CIE-Lab74.599124.6653-28.4426

#ccaaec color RGB value is (204,170,236).

#ccaaec hex color red value is 204, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ccaaec hue: 0.75 , saturation: 0.63 and the lightness value of ccaaec is 0.80.

The process color (four color CMYK) of #ccaaec color hex is 0.14, 0.28, 0.00, 0.07. Web safe color of #ccaaec is #cc99ff. Color #ccaaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11101100
Octal 314 252 354
Decimal 204 170 236
Hex CC AA EC

RGB Percentages of Color #ccaaec

%33.44
%27.87
%38.69

CMYK Percentages of Color #ccaaec

%14
%28
%0
%7

Triadic Colors of #ccaaec

#ccaaec #ecccaa #aaeccc

Analogous Colors of #ccaaec

#ccaaec #ecaaeb #abaaec

Monochromatic Colors of #ccaaec

#ccaaec

Complementary Color

#ccaaec #caecaa

#ccaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaec Color CSS Codes

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

#ccaaec Text Font Color

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

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


#ccaaec Background Color

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

This div background color is #ccaaec


#ccaaec Border Color

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

This div border color is #ccaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaec


Comments

No comments written yet.

Please login to write comment.