Color Hex Logo

#acaeea Color Hex

#ACAEEA
(172,174,234)
1 Favorites   0 Comments

Color spaces of #acaeea

RGB 172174234
HSL0.660.600.80
HSV238°26°92°
CMYK 0.260.260.00   0.08
XYZ47.000644.983384.0473
Yxy44.98330.26700.2555
Hunter Lab67.06967.7163-27.3497
CIE-Lab72.880912.2821-30.2212

#acaeea color RGB value is (172,174,234).

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

The process color (four color CMYK) of #acaeea color hex is 0.26, 0.26, 0.00, 0.08. Web safe color of #acaeea is #9999ff. Color #acaeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11101010
Octal 254 256 352
Decimal 172 174 234
Hex AC AE EA

RGB Percentages of Color #acaeea

%29.66
%30.00
%40.34

CMYK Percentages of Color #acaeea

%26
%26
%0
%8

Triadic Colors of #acaeea

#acaeea #eaacae #aeeaac

Analogous Colors of #acaeea

#acaeea #c9acea #accdea

Monochromatic Colors of #acaeea

#acaeea

Complementary Color

#acaeea #eae8ac

#acaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaeea Color CSS Codes

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

#acaeea Text Font Color

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

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


#acaeea Background Color

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

This div background color is #acaeea


#acaeea Border Color

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

This div border color is #acaeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,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 #acaeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaeea


Comments

No comments written yet.

Please login to write comment.