Color Hex Logo

#98aabb Color Hex

#98AABB
(152,170,187)
0 Favorites   0 Comments

Color spaces of #98aabb

RGB 152170187
HSL0.580.200.66
HSV209°19°73°
CMYK 0.190.090.00   0.27
XYZ36.293339.012752.6311
Yxy39.01270.28370.3049
Hunter Lab62.4601-5.5855-6.2377
CIE-Lab68.7605-2.6036-10.8219

#98aabb color RGB value is (152,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101010 10111011
Octal 230 252 273
Decimal 152 170 187
Hex 98 AA BB

RGB Percentages of Color #98aabb

%29.86
%33.40
%36.74

CMYK Percentages of Color #98aabb

%19
%9
%0
%27

Triadic Colors of #98aabb

#98aabb #bb98aa #aabb98

Analogous Colors of #98aabb

#98aabb #9899bb #98bbbb

Monochromatic Colors of #98aabb

#98aabb

Complementary Color

#98aabb #bba998

#98aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aabb Color CSS Codes

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

#98aabb Text Font Color

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

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


#98aabb Background Color

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

This div background color is #98aabb


#98aabb Border Color

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

This div border color is #98aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aabb


Comments

No comments written yet.

Please login to write comment.