Color Hex Logo

#98abba Color Hex

#98ABBA
(152,171,186)
0 Favorites   0 Comments

Color spaces of #98abba

RGB 152171186
HSL0.570.200.66
HSV206°18°73°
CMYK 0.180.080.00   0.27
XYZ36.374739.346452.1318
Yxy39.34640.28450.3077
Hunter Lab62.7267-6.2611-5.3669
CIE-Lab69.0014-3.3713-9.9085

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

#98abba hex color red value is 152, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #98abba hue: 0.57 , saturation: 0.20 and the lightness value of 98abba is 0.66.

The process color (four color CMYK) of #98abba color hex is 0.18, 0.08, 0.00, 0.27. Web safe color of #98abba is #9999cc. Color #98abba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 10111010
Octal 230 253 272
Decimal 152 171 186
Hex 98 AB BA

RGB Percentages of Color #98abba

%29.86
%33.60
%36.54

CMYK Percentages of Color #98abba

%18
%8
%0
%27

Triadic Colors of #98abba

#98abba #ba98ab #abba98

Analogous Colors of #98abba

#98abba #989aba #98bab8

Monochromatic Colors of #98abba

#98abba

Complementary Color

#98abba #baa798

#98abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abba Color CSS Codes

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

#98abba Text Font Color

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

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


#98abba Background Color

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

This div background color is #98abba


#98abba Border Color

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

This div border color is #98abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abba


Comments

No comments written yet.

Please login to write comment.