Color Hex Logo

#98abad Color Hex

#98ABAD
(152,171,173)
0 Favorites   0 Comments

Color spaces of #98abad

RGB 152171173
HSL0.520.110.64
HSV186°12°68°
CMYK 0.120.010.00   0.32
XYZ35.054638.818445.1803
Yxy38.81840.29440.3261
Hunter Lab62.3044-8.60250.6187
CIE-Lab68.6195-6.1707-3.2782

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 10101101
Octal 230 253 255
Decimal 152 171 173
Hex 98 AB AD

RGB Percentages of Color #98abad

%30.65
%34.48
%34.88

CMYK Percentages of Color #98abad

%12
%1
%0
%32

Triadic Colors of #98abad

#98abad #ad98ab #abad98

Analogous Colors of #98abad

#98abad #98a1ad #98ada5

Monochromatic Colors of #98abad

#98abad

Complementary Color

#98abad #ad9a98

#98abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abad Color CSS Codes

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

#98abad Text Font Color

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

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


#98abad Background Color

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

This div background color is #98abad


#98abad Border Color

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

This div border color is #98abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abad


Comments

No comments written yet.

Please login to write comment.