Color Hex Logo

#89eded Color Hex

#89EDED
(137,237,237)
0 Favorites   0 Comments

Color spaces of #89eded

RGB 137237237
HSL0.500.740.73
HSV180°42°93°
CMYK 0.420.000.00   0.07
XYZ55.886872.001291.0728
Yxy72.00120.25520.3288
Hunter Lab84.8535-30.9288-4.2382
CIE-Lab87.9692-29.2591-9.1827

#89eded color RGB value is (137,237,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101101 11101101
Octal 211 355 355
Decimal 137 237 237
Hex 89 ED ED

RGB Percentages of Color #89eded

%22.42
%38.79
%38.79

CMYK Percentages of Color #89eded

%42
%0
%0
%7

Triadic Colors of #89eded

#89eded #ed89ed #eded89

Analogous Colors of #89eded

#89eded #89bbed #89edbb

Monochromatic Colors of #89eded

#89eded

Complementary Color

#89eded #ed8989

#89eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#89eded Color CSS Codes

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

#89eded Text Font Color

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

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


#89eded Background Color

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

This div background color is #89eded


#89eded Border Color

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

This div border color is #89eded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,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 #89eded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89eded


Comments

No comments written yet.

Please login to write comment.