Color Hex Logo

#acaef9 Color Hex

#ACAEF9
(172,174,249)
0 Favorites   0 Comments

Color spaces of #acaef9

RGB 172174249
HSL0.660.870.83
HSV238°31°98°
CMYK 0.310.300.00   0.02
XYZ49.248245.882395.8830
Yxy45.88230.25780.2402
Hunter Lab67.736511.2406-36.5112
CIE-Lab73.469115.9514-37.4437

#acaef9 color RGB value is (172,174,249).

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

The process color (four color CMYK) of #acaef9 color hex is 0.31, 0.30, 0.00, 0.02. Web safe color of #acaef9 is #9999ff. Color #acaef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11111001
Octal 254 256 371
Decimal 172 174 249
Hex AC AE F9

RGB Percentages of Color #acaef9

%28.91
%29.24
%41.85

CMYK Percentages of Color #acaef9

%31
%30
%0
%2

Triadic Colors of #acaef9

#acaef9 #f9acae #aef9ac

Analogous Colors of #acaef9

#acaef9 #d1acf9 #acd5f9

Monochromatic Colors of #acaef9

#acaef9

Complementary Color

#acaef9 #f9f7ac

#acaef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaef9 Color CSS Codes

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

#acaef9 Text Font Color

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

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


#acaef9 Background Color

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

This div background color is #acaef9


#acaef9 Border Color

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

This div border color is #acaef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaef9


Comments

No comments written yet.

Please login to write comment.