Color Hex Logo

#ababbe Color Hex

#ABABBE
(171,171,190)
0 Favorites   0 Comments

Color spaces of #ababbe

RGB 171171190
HSL0.670.130.71
HSV240°10°75°
CMYK 0.100.100.00   0.25
XYZ40.651841.501554.5832
Yxy41.50150.29730.3035
Hunter Lab64.4217-0.0996-5.1401
CIE-Lab70.52593.7624-9.6952

#ababbe color RGB value is (171,171,190).

#ababbe hex color red value is 171, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ababbe hue: 0.67 , saturation: 0.13 and the lightness value of ababbe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 10111110
Octal 253 253 276
Decimal 171 171 190
Hex AB AB BE

RGB Percentages of Color #ababbe

%32.14
%32.14
%35.71

CMYK Percentages of Color #ababbe

%10
%10
%0
%25

Triadic Colors of #ababbe

#ababbe #beabab #abbeab

Analogous Colors of #ababbe

#ababbe #b5abbe #abb5be

Monochromatic Colors of #ababbe

#ababbe

Complementary Color

#ababbe #bebeab

#ababbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababbe Color CSS Codes

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

#ababbe Text Font Color

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

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


#ababbe Background Color

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

This div background color is #ababbe


#ababbe Border Color

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

This div border color is #ababbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababbe


Comments

No comments written yet.

Please login to write comment.