Color Hex Logo

#ccaaeb Color Hex

#CCAAEB
(204,170,235)
0 Favorites   0 Comments

Color spaces of #ccaaeb

RGB 204170235
HSL0.750.620.79
HSV271°28°92°
CMYK 0.130.280.00   0.08
XYZ54.272047.585084.9216
Yxy47.58500.29060.2548
Hunter Lab68.981919.7179-24.7029
CIE-Lab74.562424.4547-27.9560

#ccaaeb color RGB value is (204,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11101011
Octal 314 252 353
Decimal 204 170 235
Hex CC AA EB

RGB Percentages of Color #ccaaeb

%33.50
%27.91
%38.59

CMYK Percentages of Color #ccaaeb

%13
%28
%0
%8

Triadic Colors of #ccaaeb

#ccaaeb #ebccaa #aaebcc

Analogous Colors of #ccaaeb

#ccaaeb #ebaaea #acaaeb

Monochromatic Colors of #ccaaeb

#ccaaeb

Complementary Color

#ccaaeb #c9ebaa

#ccaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaeb Color CSS Codes

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

#ccaaeb Text Font Color

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

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


#ccaaeb Background Color

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

This div background color is #ccaaeb


#ccaaeb Border Color

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

This div border color is #ccaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaeb


Comments

No comments written yet.

Please login to write comment.