Color Hex Logo

#98abac Color Hex

#98ABAC
(152,171,172)
0 Favorites   0 Comments

Color spaces of #98abac

RGB 152171172
HSL0.510.110.64
HSV183°12°67°
CMYK 0.120.010.00   0.33
XYZ34.958238.779844.6725
Yxy38.77980.29520.3275
Hunter Lab62.2734-8.77461.0591
CIE-Lab68.5915-6.3788-2.7656

#98abac color RGB value is (152,171,172).

#98abac hex color red value is 152, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #98abac hue: 0.51 , saturation: 0.11 and the lightness value of 98abac is 0.64.

The process color (four color CMYK) of #98abac color hex is 0.12, 0.01, 0.00, 0.33. Web safe color of #98abac is #999999. Color #98abac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 10101100
Octal 230 253 254
Decimal 152 171 172
Hex 98 AB AC

RGB Percentages of Color #98abac

%30.71
%34.55
%34.75

CMYK Percentages of Color #98abac

%12
%1
%0
%33

Triadic Colors of #98abac

#98abac #ac98ab #abac98

Analogous Colors of #98abac

#98abac #98a1ac #98aca3

Monochromatic Colors of #98abac

#98abac

Complementary Color

#98abac #ac9998

#98abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abac Color CSS Codes

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

#98abac Text Font Color

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

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


#98abac Background Color

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

This div background color is #98abac


#98abac Border Color

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

This div border color is #98abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abac


Comments

No comments written yet.

Please login to write comment.