Color Hex Logo

#acabee Color Hex

#ACABEE
(172,171,238)
0 Favorites   0 Comments

Color spaces of #acabee

RGB 172171238
HSL0.670.660.80
HSV241°28°93°
CMYK 0.280.280.00   0.07
XYZ47.008844.069586.9176
Yxy44.06950.26410.2476
Hunter Lab66.384910.2269-31.1589
CIE-Lab72.274914.9170-33.3312

#acabee color RGB value is (172,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11101110
Octal 254 253 356
Decimal 172 171 238
Hex AC AB EE

RGB Percentages of Color #acabee

%29.60
%29.43
%40.96

CMYK Percentages of Color #acabee

%28
%28
%0
%7

Triadic Colors of #acabee

#acabee #eeacab #abeeac

Analogous Colors of #acabee

#acabee #ceabee #abccee

Monochromatic Colors of #acabee

#acabee

Complementary Color

#acabee #edeeab

#acabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabee Color CSS Codes

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

#acabee Text Font Color

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

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


#acabee Background Color

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

This div background color is #acabee


#acabee Border Color

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

This div border color is #acabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabee


Comments

No comments written yet.

Please login to write comment.