Color Hex Logo

#98baaa Color Hex

#98BAAA
(152,186,170)
0 Favorites   0 Comments

Color spaces of #98baaa

RGB 152186170
HSL0.420.200.66
HSV152°18°73°
CMYK 0.180.000.09   0.27
XYZ37.763544.695544.6670
Yxy44.69550.29710.3516
Hunter Lab66.8547-16.16837.1854
CIE-Lab72.6909-14.71194.3085

#98baaa color RGB value is (152,186,170).

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

The process color (four color CMYK) of #98baaa color hex is 0.18, 0.00, 0.09, 0.27. Web safe color of #98baaa is #99cc99. Color #98baaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111010 10101010
Octal 230 272 252
Decimal 152 186 170
Hex 98 BA AA

RGB Percentages of Color #98baaa

%29.92
%36.61
%33.46

CMYK Percentages of Color #98baaa

%18
%0
%9
%27

Triadic Colors of #98baaa

#98baaa #aa98ba #baaa98

Analogous Colors of #98baaa

#98baaa #98b9ba #98ba99

Monochromatic Colors of #98baaa

#98baaa

Complementary Color

#98baaa #ba98a8

#98baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98baaa Color CSS Codes

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

#98baaa Text Font Color

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

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


#98baaa Background Color

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

This div background color is #98baaa


#98baaa Border Color

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

This div border color is #98baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98baaa


Comments

No comments written yet.

Please login to write comment.