Color Hex Logo

#98aea2 Color Hex

#98AEA2
(152,174,162)
0 Favorites   0 Comments

Color spaces of #98aea2

RGB 152174162
HSL0.410.120.64
HSV147°13°68°
CMYK 0.130.000.07   0.32
XYZ34.606539.556139.9936
Yxy39.55610.30320.3465
Hunter Lab62.8936-11.84636.3235
CIE-Lab69.1522-10.00113.5821

#98aea2 color RGB value is (152,174,162).

#98aea2 hex color red value is 152, green value is 174 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #98aea2 hue: 0.41 , saturation: 0.12 and the lightness value of 98aea2 is 0.64.

The process color (four color CMYK) of #98aea2 color hex is 0.13, 0.00, 0.07, 0.32. Web safe color of #98aea2 is #999999. Color #98aea2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101110 10100010
Octal 230 256 242
Decimal 152 174 162
Hex 98 AE A2

RGB Percentages of Color #98aea2

%31.15
%35.66
%33.20

CMYK Percentages of Color #98aea2

%13
%0
%7
%32

Triadic Colors of #98aea2

#98aea2 #a298ae #aea298

Analogous Colors of #98aea2

#98aea2 #98aead #99ae98

Monochromatic Colors of #98aea2

#98aea2

Complementary Color

#98aea2 #ae98a4

#98aea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aea2 Color CSS Codes

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

#98aea2 Text Font Color

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

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


#98aea2 Background Color

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

This div background color is #98aea2


#98aea2 Border Color

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

This div border color is #98aea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aea2


Comments

No comments written yet.

Please login to write comment.