Color Hex Logo

#98eaab Color Hex

#98EAAB
(152,234,171)
0 Favorites   0 Comments

Color spaces of #98eaab

RGB 152234171
HSL0.370.660.76
HSV134°35°92°
CMYK 0.350.000.27   0.08
XYZ49.722468.461349.1218
Yxy68.46130.29720.4092
Hunter Lab82.7413-37.530022.7197
CIE-Lab86.2366-37.796022.8785

#98eaab color RGB value is (152,234,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101010 10101011
Octal 230 352 253
Decimal 152 234 171
Hex 98 EA AB

RGB Percentages of Color #98eaab

%27.29
%42.01
%30.70

CMYK Percentages of Color #98eaab

%35
%0
%27
%8

Triadic Colors of #98eaab

#98eaab #ab98ea #eaab98

Analogous Colors of #98eaab

#98eaab #98ead4 #aeea98

Monochromatic Colors of #98eaab

#98eaab

Complementary Color

#98eaab #ea98d7

#98eaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eaab Color CSS Codes

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

#98eaab Text Font Color

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

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


#98eaab Background Color

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

This div background color is #98eaab


#98eaab Border Color

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

This div border color is #98eaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eaab


Comments

No comments written yet.

Please login to write comment.