Color Hex Logo

#98eada Color Hex

#98EADA
(152,234,218)
0 Favorites   0 Comments

Color spaces of #98eada

RGB 152234218
HSL0.470.660.76
HSV168°35°92°
CMYK 0.350.000.07   0.08
XYZ55.026670.583077.0533
Yxy70.58300.27150.3483
Hunter Lab84.0137-30.11154.4317
CIE-Lab87.2820-28.4575-0.1547

#98eada color RGB value is (152,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101010 11011010
Octal 230 352 332
Decimal 152 234 218
Hex 98 EA DA

RGB Percentages of Color #98eada

%25.17
%38.74
%36.09

CMYK Percentages of Color #98eada

%35
%0
%7
%8

Triadic Colors of #98eada

#98eada #da98ea #eada98

Analogous Colors of #98eada

#98eada #98d1ea #98eab1

Monochromatic Colors of #98eada

#98eada

Complementary Color

#98eada #ea98a8

#98eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eada Color CSS Codes

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

#98eada Text Font Color

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

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


#98eada Background Color

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

This div background color is #98eada


#98eada Border Color

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

This div border color is #98eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eada


Comments

No comments written yet.

Please login to write comment.