Color Hex Logo

#98dfaa Color Hex

#98DFAA
(152,223,170)
0 Favorites   0 Comments

Color spaces of #98dfaa

RGB 152223170
HSL0.380.530.74
HSV135°32°87°
CMYK 0.320.000.24   0.13
XYZ46.592362.353047.6099
Yxy62.35300.29760.3983
Hunter Lab78.9639-32.863719.5269
CIE-Lab83.1008-32.917519.0620

#98dfaa color RGB value is (152,223,170).

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

The process color (four color CMYK) of #98dfaa color hex is 0.32, 0.00, 0.24, 0.13. Web safe color of #98dfaa is #99cc99. Color #98dfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011111 10101010
Octal 230 337 252
Decimal 152 223 170
Hex 98 DF AA

RGB Percentages of Color #98dfaa

%27.89
%40.92
%31.19

CMYK Percentages of Color #98dfaa

%32
%0
%24
%13

Triadic Colors of #98dfaa

#98dfaa #aa98df #dfaa98

Analogous Colors of #98dfaa

#98dfaa #98dfce #aadf98

Monochromatic Colors of #98dfaa

#98dfaa

Complementary Color

#98dfaa #df98cd

#98dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dfaa Color CSS Codes

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

#98dfaa Text Font Color

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

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


#98dfaa Background Color

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

This div background color is #98dfaa


#98dfaa Border Color

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

This div border color is #98dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dfaa


Comments

No comments written yet.

Please login to write comment.