Color Hex Logo

#ccaeea Color Hex

#CCAEEA
(204,174,234)
0 Favorites   0 Comments

Color spaces of #ccaeea

RGB 204174234
HSL0.750.590.80
HSV270°26°92°
CMYK 0.130.260.00   0.08
XYZ54.889249.050084.4165
Yxy49.05000.29140.2604
Hunter Lab70.035717.3336-22.4393
CIE-Lab75.482422.0557-26.0041

#ccaeea color RGB value is (204,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11101010
Octal 314 256 352
Decimal 204 174 234
Hex CC AE EA

RGB Percentages of Color #ccaeea

%33.33
%28.43
%38.24

CMYK Percentages of Color #ccaeea

%13
%26
%0
%8

Triadic Colors of #ccaeea

#ccaeea #eaccae #aeeacc

Analogous Colors of #ccaeea

#ccaeea #eaaeea #aeaeea

Monochromatic Colors of #ccaeea

#ccaeea

Complementary Color

#ccaeea #cceaae

#ccaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaeea Color CSS Codes

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

#ccaeea Text Font Color

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

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


#ccaeea Background Color

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

This div background color is #ccaeea


#ccaeea Border Color

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

This div border color is #ccaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaeea


Comments

No comments written yet.

Please login to write comment.