Color Hex Logo

#98eeea Color Hex

#98EEEA
(152,238,234)
0 Favorites   0 Comments

Color spaces of #98eeea

RGB 152238234
HSL0.490.720.76
HSV177°36°93°
CMYK 0.360.000.02   0.07
XYZ58.374773.765089.0033
Yxy73.76500.26400.3336
Hunter Lab85.8866-28.9800-1.3210
CIE-Lab88.8113-26.7632-6.2925

#98eeea color RGB value is (152,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101110 11101010
Octal 230 356 352
Decimal 152 238 234
Hex 98 EE EA

RGB Percentages of Color #98eeea

%24.36
%38.14
%37.50

CMYK Percentages of Color #98eeea

%36
%0
%2
%7

Triadic Colors of #98eeea

#98eeea #ea98ee #eeea98

Analogous Colors of #98eeea

#98eeea #98c7ee #98eebf

Monochromatic Colors of #98eeea

#98eeea

Complementary Color

#98eeea #ee989c

#98eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eeea Color CSS Codes

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

#98eeea Text Font Color

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

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


#98eeea Background Color

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

This div background color is #98eeea


#98eeea Border Color

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

This div border color is #98eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eeea


Comments

No comments written yet.

Please login to write comment.