Color Hex Logo

#acaee7 Color Hex

#ACAEE7
(172,174,231)
0 Favorites   0 Comments

Color spaces of #acaee7

RGB 172174231
HSL0.660.550.79
HSV238°26°91°
CMYK 0.260.250.00   0.09
XYZ46.573144.812381.7963
Yxy44.81230.26890.2588
Hunter Lab66.94207.0381-25.5870
CIE-Lab72.768111.5657-28.7629

#acaee7 color RGB value is (172,174,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11100111
Octal 254 256 347
Decimal 172 174 231
Hex AC AE E7

RGB Percentages of Color #acaee7

%29.81
%30.16
%40.03

CMYK Percentages of Color #acaee7

%26
%25
%0
%9

Triadic Colors of #acaee7

#acaee7 #e7acae #aee7ac

Analogous Colors of #acaee7

#acaee7 #c8ace7 #accce7

Monochromatic Colors of #acaee7

#acaee7

Complementary Color

#acaee7 #e7e5ac

#acaee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaee7 Color CSS Codes

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

#acaee7 Text Font Color

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

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


#acaee7 Background Color

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

This div background color is #acaee7


#acaee7 Border Color

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

This div border color is #acaee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaee7


Comments

No comments written yet.

Please login to write comment.