Color Hex Logo

#ccaaee Color Hex

#CCAAEE
(204,170,238)
2 Favorites   0 Comments

Color spaces of #ccaaee

RGB 204170238
HSL0.750.670.80
HSV270°29°93°
CMYK 0.140.290.00   0.07
XYZ54.709247.759987.2240
Yxy47.75990.28840.2518
Hunter Lab69.108520.3681-26.4557
CIE-Lab74.673225.0879-29.4139

#ccaaee color RGB value is (204,170,238). This hex color code is also a web safe color which is equal to #CAE.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11101110
Octal 314 252 356
Decimal 204 170 238
Hex CC AA EE

RGB Percentages of Color #ccaaee

%33.33
%27.78
%38.89

CMYK Percentages of Color #ccaaee

%14
%29
%0
%7

Triadic Colors of #ccaaee

#ccaaee #eeccaa #aaeecc

Analogous Colors of #ccaaee

#ccaaee #eeaaee #aaaaee

Monochromatic Colors of #ccaaee

#ccaaee

Complementary Color

#ccaaee #cceeaa

#ccaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaee Color CSS Codes

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

#ccaaee Text Font Color

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

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


#ccaaee Background Color

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

This div background color is #ccaaee


#ccaaee Border Color

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

This div border color is #ccaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaee


Comments

No comments written yet.

Please login to write comment.