Color Hex Logo

#ccaaed Color Hex

#CCAAED
(204,170,237)
0 Favorites   0 Comments

Color spaces of #ccaaed

RGB 204170237
HSL0.750.650.80
HSV270°28°93°
CMYK 0.140.280.00   0.07
XYZ54.562647.701286.4523
Yxy47.70120.28910.2528
Hunter Lab69.066120.1505-25.8690
CIE-Lab74.636124.8762-28.9286

#ccaaed color RGB value is (204,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11101101
Octal 314 252 355
Decimal 204 170 237
Hex CC AA ED

RGB Percentages of Color #ccaaed

%33.39
%27.82
%38.79

CMYK Percentages of Color #ccaaed

%14
%28
%0
%7

Triadic Colors of #ccaaed

#ccaaed #edccaa #aaedcc

Analogous Colors of #ccaaed

#ccaaed #edaaed #abaaed

Monochromatic Colors of #ccaaed

#ccaaed

Complementary Color

#ccaaed #cbedaa

#ccaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaed Color CSS Codes

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

#ccaaed Text Font Color

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

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


#ccaaed Background Color

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

This div background color is #ccaaed


#ccaaed Border Color

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

This div border color is #ccaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaed


Comments

No comments written yet.

Please login to write comment.