Color Hex Logo

#98ebab Color Hex

#98EBAB
(152,235,171)
0 Favorites   0 Comments

Color spaces of #98ebab

RGB 152235171
HSL0.370.670.76
HSV134°35°92°
CMYK 0.350.000.27   0.08
XYZ50.007969.032349.2170
Yxy69.03230.29720.4103
Hunter Lab83.0857-37.963723.0387
CIE-Lab86.5200-38.248223.2681

#98ebab color RGB value is (152,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101011 10101011
Octal 230 353 253
Decimal 152 235 171
Hex 98 EB AB

RGB Percentages of Color #98ebab

%27.24
%42.11
%30.65

CMYK Percentages of Color #98ebab

%35
%0
%27
%8

Triadic Colors of #98ebab

#98ebab #ab98eb #ebab98

Analogous Colors of #98ebab

#98ebab #98ebd5 #afeb98

Monochromatic Colors of #98ebab

#98ebab

Complementary Color

#98ebab #eb98d8

#98ebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ebab Color CSS Codes

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

#98ebab Text Font Color

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

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


#98ebab Background Color

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

This div background color is #98ebab


#98ebab Border Color

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

This div border color is #98ebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ebab


Comments

No comments written yet.

Please login to write comment.