Color Hex Logo

#98adb8 Color Hex

#98ADB8
(152,173,184)
0 Favorites   0 Comments

Color spaces of #98adb8

RGB 152173184
HSL0.560.180.66
HSV201°17°72°
CMYK 0.170.060.00   0.28
XYZ36.544240.023251.1466
Yxy40.02320.28610.3134
Hunter Lab63.2639-7.6018-3.6491
CIE-Lab69.4861-4.8971-8.0811

#98adb8 color RGB value is (152,173,184).

#98adb8 hex color red value is 152, green value is 173 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #98adb8 hue: 0.56 , saturation: 0.18 and the lightness value of 98adb8 is 0.66.

The process color (four color CMYK) of #98adb8 color hex is 0.17, 0.06, 0.00, 0.28. Web safe color of #98adb8 is #9999cc. Color #98adb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101101 10111000
Octal 230 255 270
Decimal 152 173 184
Hex 98 AD B8

RGB Percentages of Color #98adb8

%29.86
%33.99
%36.15

CMYK Percentages of Color #98adb8

%17
%6
%0
%28

Triadic Colors of #98adb8

#98adb8 #b898ad #adb898

Analogous Colors of #98adb8

#98adb8 #989db8 #98b8b3

Monochromatic Colors of #98adb8

#98adb8

Complementary Color

#98adb8 #b8a398

#98adb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98adb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98adb8 Color CSS Codes

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

#98adb8 Text Font Color

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

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


#98adb8 Background Color

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

This div background color is #98adb8


#98adb8 Border Color

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

This div border color is #98adb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98adb8


Comments

No comments written yet.

Please login to write comment.