Color Hex Logo

#abacee Color Hex

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

Color spaces of #abacee

RGB 171172238
HSL0.660.660.80
HSV239°28°93°
CMYK 0.280.280.00   0.07
XYZ46.979744.336086.9705
Yxy44.33600.26350.2487
Hunter Lab66.58539.4176-30.8321
CIE-Lab72.452514.0699-33.0626

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

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

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

Base Numbers

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

RGB Percentages of Color #abacee

%29.43
%29.60
%40.96

CMYK Percentages of Color #abacee

%28
%28
%0
%7

Triadic Colors of #abacee

#abacee #eeabac #aceeab

Analogous Colors of #abacee

#abacee #ccabee #abceee

Monochromatic Colors of #abacee

#abacee

Complementary Color

#abacee #eeedab

#abacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacee Color CSS Codes

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

#abacee Text Font Color

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

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


#abacee Background Color

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

This div background color is #abacee


#abacee Border Color

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

This div border color is #abacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacee


Comments

No comments written yet.

Please login to write comment.