Color Hex Logo

#ab9def Color Hex

#AB9DEF
(171,157,239)
0 Favorites   0 Comments

Color spaces of #ab9def

RGB 171157239
HSL0.700.720.78
HSV250°34°94°
CMYK 0.280.340.00   0.06
XYZ44.431539.003986.8481
Yxy39.00390.26090.2291
Hunter Lab62.453117.6987-38.7323
CIE-Lab68.754122.7305-39.3521

#ab9def color RGB value is (171,157,239).

#ab9def hex color red value is 171, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ab9def hue: 0.70 , saturation: 0.72 and the lightness value of ab9def is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 11101111
Octal 253 235 357
Decimal 171 157 239
Hex AB 9D EF

RGB Percentages of Color #ab9def

%30.16
%27.69
%42.15

CMYK Percentages of Color #ab9def

%28
%34
%0
%6

Triadic Colors of #ab9def

#ab9def #efab9d #9defab

Analogous Colors of #ab9def

#ab9def #d49def #9db8ef

Monochromatic Colors of #ab9def

#ab9def

Complementary Color

#ab9def #e1ef9d

#ab9def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9def Color CSS Codes

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

#ab9def Text Font Color

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

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


#ab9def Background Color

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

This div background color is #ab9def


#ab9def Border Color

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

This div border color is #ab9def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,157,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9def


Comments

No comments written yet.

Please login to write comment.