Color Hex Logo

#ab9aee Color Hex

#AB9AEE
(171,154,238)
0 Favorites   0 Comments

Color spaces of #ab9aee

RGB 171154238
HSL0.700.710.77
HSV252°35°93°
CMYK 0.280.350.00   0.07
XYZ43.782837.942285.9049
Yxy37.94220.26120.2263
Hunter Lab61.597219.0811-39.5691
CIE-Lab67.978024.1780-40.0163

#ab9aee color RGB value is (171,154,238).

#ab9aee hex color red value is 171, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ab9aee hue: 0.70 , saturation: 0.71 and the lightness value of ab9aee is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011010 11101110
Octal 253 232 356
Decimal 171 154 238
Hex AB 9A EE

RGB Percentages of Color #ab9aee

%30.37
%27.35
%42.27

CMYK Percentages of Color #ab9aee

%28
%35
%0
%7

Triadic Colors of #ab9aee

#ab9aee #eeab9a #9aeeab

Analogous Colors of #ab9aee

#ab9aee #d59aee #9ab3ee

Monochromatic Colors of #ab9aee

#ab9aee

Complementary Color

#ab9aee #ddee9a

#ab9aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9aee Color CSS Codes

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

#ab9aee Text Font Color

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

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


#ab9aee Background Color

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

This div background color is #ab9aee


#ab9aee Border Color

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

This div border color is #ab9aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9aee


Comments

No comments written yet.

Please login to write comment.