Color Hex Logo

#98d8aa Color Hex

#98D8AA
(152,216,170)
0 Favorites   0 Comments

Color spaces of #98d8aa

RGB 152216170
HSL0.380.450.72
HSV137°30°85°
CMYK 0.300.000.21   0.15
XYZ44.760558.689446.9993
Yxy58.68940.29750.3901
Hunter Lab76.6090-29.773217.2521
CIE-Lab81.1206-29.617816.2996

#98d8aa color RGB value is (152,216,170).

#98d8aa hex color red value is 152, green value is 216 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #98d8aa hue: 0.38 , saturation: 0.45 and the lightness value of 98d8aa is 0.72.

The process color (four color CMYK) of #98d8aa color hex is 0.30, 0.00, 0.21, 0.15. Web safe color of #98d8aa is #99cc99. Color #98d8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011000 10101010
Octal 230 330 252
Decimal 152 216 170
Hex 98 D8 AA

RGB Percentages of Color #98d8aa

%28.25
%40.15
%31.60

CMYK Percentages of Color #98d8aa

%30
%0
%21
%15

Triadic Colors of #98d8aa

#98d8aa #aa98d8 #d8aa98

Analogous Colors of #98d8aa

#98d8aa #98d8ca #a6d898

Monochromatic Colors of #98d8aa

#98d8aa

Complementary Color

#98d8aa #d898c6

#98d8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98d8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98d8aa Color CSS Codes

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

#98d8aa Text Font Color

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

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


#98d8aa Background Color

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

This div background color is #98d8aa


#98d8aa Border Color

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

This div border color is #98d8aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,216,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 #98d8aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98d8aa


Comments

No comments written yet.

Please login to write comment.