Color Hex Logo

#98ede8 Color Hex

#98EDE8
(152,237,232)
0 Favorites   0 Comments

Color spaces of #98ede8

RGB 152237232
HSL0.490.700.76
HSV176°36°93°
CMYK 0.360.000.02   0.07
XYZ57.798673.070087.4015
Yxy73.07000.26480.3348
Hunter Lab85.4810-28.8977-0.7854
CIE-Lab88.4811-26.7427-5.7332

#98ede8 color RGB value is (152,237,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101101 11101000
Octal 230 355 350
Decimal 152 237 232
Hex 98 ED E8

RGB Percentages of Color #98ede8

%24.48
%38.16
%37.36

CMYK Percentages of Color #98ede8

%36
%0
%2
%7

Triadic Colors of #98ede8

#98ede8 #e898ed #ede898

Analogous Colors of #98ede8

#98ede8 #98c8ed #98edbe

Monochromatic Colors of #98ede8

#98ede8

Complementary Color

#98ede8 #ed989d

#98ede8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ede8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ede8 Color CSS Codes

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

#98ede8 Text Font Color

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

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


#98ede8 Background Color

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

This div background color is #98ede8


#98ede8 Border Color

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

This div border color is #98ede8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ede8


Comments

No comments written yet.

Please login to write comment.