Color Hex Logo

#98aabc Color Hex

#98AABC
(152,170,188)
0 Favorites   0 Comments

Color spaces of #98aabc

RGB 152170188
HSL0.580.210.67
HSV210°19°74°
CMYK 0.190.100.00   0.26
XYZ36.400739.055753.1969
Yxy39.05570.28290.3036
Hunter Lab62.4946-5.3960-6.7229
CIE-Lab68.7916-2.3803-11.3287

#98aabc color RGB value is (152,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101010 10111100
Octal 230 252 274
Decimal 152 170 188
Hex 98 AA BC

RGB Percentages of Color #98aabc

%29.80
%33.33
%36.86

CMYK Percentages of Color #98aabc

%19
%10
%0
%26

Triadic Colors of #98aabc

#98aabc #bc98aa #aabc98

Analogous Colors of #98aabc

#98aabc #9898bc #98bcbc

Monochromatic Colors of #98aabc

#98aabc

Complementary Color

#98aabc #bcaa98

#98aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aabc Color CSS Codes

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

#98aabc Text Font Color

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

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


#98aabc Background Color

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

This div background color is #98aabc


#98aabc Border Color

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

This div border color is #98aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aabc


Comments

No comments written yet.

Please login to write comment.