Color Hex Logo

#98ebaa Color Hex

#98EBAA
(152,235,170)
0 Favorites   0 Comments

Color spaces of #98ebaa

RGB 152235170
HSL0.370.670.76
HSV133°35°92°
CMYK 0.350.000.28   0.08
XYZ49.912968.994348.7168
Yxy68.99430.29780.4116
Hunter Lab83.0628-38.098323.3700
CIE-Lab86.5012-38.422823.7574

#98ebaa color RGB value is (152,235,170).

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

The process color (four color CMYK) of #98ebaa color hex is 0.35, 0.00, 0.28, 0.08. Web safe color of #98ebaa is #99ff99. Color #98ebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101011 10101010
Octal 230 353 252
Decimal 152 235 170
Hex 98 EB AA

RGB Percentages of Color #98ebaa

%27.29
%42.19
%30.52

CMYK Percentages of Color #98ebaa

%35
%0
%28
%8

Triadic Colors of #98ebaa

#98ebaa #aa98eb #ebaa98

Analogous Colors of #98ebaa

#98ebaa #98ebd4 #b0eb98

Monochromatic Colors of #98ebaa

#98ebaa

Complementary Color

#98ebaa #eb98d9

#98ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ebaa Color CSS Codes

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

#98ebaa Text Font Color

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

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


#98ebaa Background Color

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

This div background color is #98ebaa


#98ebaa Border Color

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

This div border color is #98ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ebaa


Comments

No comments written yet.

Please login to write comment.