Color Hex Logo

#98eded Color Hex

#98EDED
(152,237,237)
0 Favorites   0 Comments

Color spaces of #98eded

RGB 152237237
HSL0.500.700.76
HSV180°36°93°
CMYK 0.360.000.00   0.07
XYZ58.519173.358291.1960
Yxy73.35820.26230.3289
Hunter Lab85.6494-27.9281-3.1750
CIE-Lab88.6183-25.5811-8.1485

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101101 11101101
Octal 230 355 355
Decimal 152 237 237
Hex 98 ED ED

RGB Percentages of Color #98eded

%24.28
%37.86
%37.86

CMYK Percentages of Color #98eded

%36
%0
%0
%7

Triadic Colors of #98eded

#98eded #ed98ed #eded98

Analogous Colors of #98eded

#98eded #98c3ed #98edc3

Monochromatic Colors of #98eded

#98eded

Complementary Color

#98eded #ed9898

#98eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eded Color CSS Codes

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

#98eded Text Font Color

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

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


#98eded Background Color

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

This div background color is #98eded


#98eded Border Color

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

This div border color is #98eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eded


Comments

No comments written yet.

Please login to write comment.