Color Hex Logo

#98e7da Color Hex

#98E7DA
(152,231,218)
0 Favorites   0 Comments

Color spaces of #98e7da

RGB 152231218
HSL0.470.620.75
HSV170°34°91°
CMYK 0.340.000.06   0.09
XYZ54.179768.889276.7710
Yxy68.88920.27110.3447
Hunter Lab82.9995-28.72953.2590
CIE-Lab86.4492-27.0165-1.3727

#98e7da color RGB value is (152,231,218).

#98e7da hex color red value is 152, green value is 231 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #98e7da hue: 0.47 , saturation: 0.62 and the lightness value of 98e7da is 0.75.

The process color (four color CMYK) of #98e7da color hex is 0.34, 0.00, 0.06, 0.09. Web safe color of #98e7da is #99ffcc. Color #98e7da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11100111 11011010
Octal 230 347 332
Decimal 152 231 218
Hex 98 E7 DA

RGB Percentages of Color #98e7da

%25.29
%38.44
%36.27

CMYK Percentages of Color #98e7da

%34
%0
%6
%9

Triadic Colors of #98e7da

#98e7da #da98e7 #e7da98

Analogous Colors of #98e7da

#98e7da #98cde7 #98e7b3

Monochromatic Colors of #98e7da

#98e7da

Complementary Color

#98e7da #e798a5

#98e7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98e7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#98e7da Color CSS Codes

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

#98e7da Text Font Color

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

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


#98e7da Background Color

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

This div background color is #98e7da


#98e7da Border Color

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

This div border color is #98e7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98e7da


Comments

No comments written yet.

Please login to write comment.