Color Hex Logo

#acaeee Color Hex

#ACAEEE
(172,174,238)
0 Favorites   0 Comments

Color spaces of #acaeee

RGB 172174238
HSL0.660.660.80
HSV238°28°93°
CMYK 0.280.270.00   0.07
XYZ47.581945.215887.1086
Yxy45.21580.26450.2513
Hunter Lab67.24278.6345-29.7365
CIE-Lab73.033813.2465-32.1586

#acaeee color RGB value is (172,174,238).

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

The process color (four color CMYK) of #acaeee color hex is 0.28, 0.27, 0.00, 0.07. Web safe color of #acaeee is #9999ff. Color #acaeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11101110
Octal 254 256 356
Decimal 172 174 238
Hex AC AE EE

RGB Percentages of Color #acaeee

%29.45
%29.79
%40.75

CMYK Percentages of Color #acaeee

%28
%27
%0
%7

Triadic Colors of #acaeee

#acaeee #eeacae #aeeeac

Analogous Colors of #acaeee

#acaeee #cbacee #accfee

Monochromatic Colors of #acaeee

#acaeee

Complementary Color

#acaeee #eeecac

#acaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaeee Color CSS Codes

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

#acaeee Text Font Color

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

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


#acaeee Background Color

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

This div background color is #acaeee


#acaeee Border Color

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

This div border color is #acaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaeee


Comments

No comments written yet.

Please login to write comment.