Color Hex Logo

#ab9dbe Color Hex

#AB9DBE
(171,157,190)
0 Favorites   0 Comments

Color spaces of #ab9dbe

RGB 171157190
HSL0.740.200.68
HSV265°17°75°
CMYK 0.100.170.00   0.25
XYZ38.145836.489653.7479
Yxy36.48960.29710.2842
Hunter Lab60.40667.0083-10.4697
CIE-Lab66.892311.5184-15.1453

#ab9dbe color RGB value is (171,157,190).

#ab9dbe hex color red value is 171, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab9dbe hue: 0.74 , saturation: 0.20 and the lightness value of ab9dbe is 0.68.

The process color (four color CMYK) of #ab9dbe color hex is 0.10, 0.17, 0.00, 0.25. Web safe color of #ab9dbe is #9999cc. Color #ab9dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 10111110
Octal 253 235 276
Decimal 171 157 190
Hex AB 9D BE

RGB Percentages of Color #ab9dbe

%33.01
%30.31
%36.68

CMYK Percentages of Color #ab9dbe

%10
%17
%0
%25

Triadic Colors of #ab9dbe

#ab9dbe #beab9d #9dbeab

Analogous Colors of #ab9dbe

#ab9dbe #bc9dbe #9da0be

Monochromatic Colors of #ab9dbe

#ab9dbe

Complementary Color

#ab9dbe #b0be9d

#ab9dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9dbe Color CSS Codes

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

#ab9dbe Text Font Color

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

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


#ab9dbe Background Color

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

This div background color is #ab9dbe


#ab9dbe Border Color

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

This div border color is #ab9dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9dbe


Comments

No comments written yet.

Please login to write comment.