Color Hex Logo

#98eeaf Color Hex

#98EEAF
(152,238,175)
0 Favorites   0 Comments

Color spaces of #98eeaf

RGB 152238175
HSL0.380.720.76
HSV136°36°93°
CMYK 0.360.000.26   0.07
XYZ51.261370.919651.5445
Yxy70.91960.29510.4082
Hunter Lab84.2138-38.720422.6602
CIE-Lab87.4459-38.894522.4821

#98eeaf color RGB value is (152,238,175).

#98eeaf hex color red value is 152, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #98eeaf hue: 0.38 , saturation: 0.72 and the lightness value of 98eeaf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101110 10101111
Octal 230 356 257
Decimal 152 238 175
Hex 98 EE AF

RGB Percentages of Color #98eeaf

%26.90
%42.12
%30.97

CMYK Percentages of Color #98eeaf

%36
%0
%26
%7

Triadic Colors of #98eeaf

#98eeaf #af98ee #eeaf98

Analogous Colors of #98eeaf

#98eeaf #98eeda #acee98

Monochromatic Colors of #98eeaf

#98eeaf

Complementary Color

#98eeaf #ee98d7

#98eeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eeaf Color CSS Codes

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

#98eeaf Text Font Color

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

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


#98eeaf Background Color

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

This div background color is #98eeaf


#98eeaf Border Color

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

This div border color is #98eeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eeaf


Comments

No comments written yet.

Please login to write comment.