Color Hex Logo

#98abab Color Hex

#98ABAB
(152,171,171)
0 Favorites   0 Comments

Color spaces of #98abab

RGB 152171171
HSL0.500.100.63
HSV180°11°67°
CMYK 0.110.000.00   0.33
XYZ34.862538.741544.1685
Yxy38.74150.29600.3290
Hunter Lab62.2427-8.94571.4966
CIE-Lab68.5636-6.5859-2.2527

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

#98abab hex color red value is 152, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #98abab hue: 0.50 , saturation: 0.10 and the lightness value of 98abab is 0.63.

The process color (four color CMYK) of #98abab color hex is 0.11, 0.00, 0.00, 0.33. Web safe color of #98abab is #999999. Color #98abab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 10101011
Octal 230 253 253
Decimal 152 171 171
Hex 98 AB AB

RGB Percentages of Color #98abab

%30.77
%34.62
%34.62

CMYK Percentages of Color #98abab

%11
%0
%0
%33

Triadic Colors of #98abab

#98abab #ab98ab #abab98

Analogous Colors of #98abab

#98abab #98a2ab #98aba2

Monochromatic Colors of #98abab

#98abab

Complementary Color

#98abab #ab9898

#98abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abab Color CSS Codes

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

#98abab Text Font Color

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

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


#98abab Background Color

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

This div background color is #98abab


#98abab Border Color

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

This div border color is #98abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abab


Comments

No comments written yet.

Please login to write comment.