Color Hex Logo

#98efaa Color Hex

#98EFAA
(152,239,170)
0 Favorites   0 Comments

Color spaces of #98efaa

RGB 152239170
HSL0.370.730.77
HSV132°36°94°
CMYK 0.360.000.29   0.06
XYZ51.071171.310749.1028
Yxy71.31070.29780.4158
Hunter Lab84.4457-39.826624.6365
CIE-Lab87.6357-40.216625.3106

#98efaa color RGB value is (152,239,170).

#98efaa hex color red value is 152, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #98efaa hue: 0.37 , saturation: 0.73 and the lightness value of 98efaa is 0.77.

The process color (four color CMYK) of #98efaa color hex is 0.36, 0.00, 0.29, 0.06. Web safe color of #98efaa is #99ff99. Color #98efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101111 10101010
Octal 230 357 252
Decimal 152 239 170
Hex 98 EF AA

RGB Percentages of Color #98efaa

%27.09
%42.60
%30.30

CMYK Percentages of Color #98efaa

%36
%0
%29
%6

Triadic Colors of #98efaa

#98efaa #aa98ef #efaa98

Analogous Colors of #98efaa

#98efaa #98efd6 #b2ef98

Monochromatic Colors of #98efaa

#98efaa

Complementary Color

#98efaa #ef98dd

#98efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98efaa Color CSS Codes

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

#98efaa Text Font Color

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

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


#98efaa Background Color

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

This div background color is #98efaa


#98efaa Border Color

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

This div border color is #98efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98efaa


Comments

No comments written yet.

Please login to write comment.