Color Hex Logo

#89edff Color Hex

#89EDFF
(137,237,255)
0 Favorites   0 Comments

Color spaces of #89edff

RGB 137237255
HSL0.531.000.77
HSV189°46°100°
CMYK 0.460.070.00   0.00
XYZ58.650773.1067105.6275
Yxy73.10670.24710.3080
Hunter Lab85.5025-27.1866-13.3936
CIE-Lab88.4986-24.7465-17.8166

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

#89edff hex color red value is 137, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #89edff hue: 0.53 , saturation: 1.00 and the lightness value of 89edff is 0.77.

The process color (four color CMYK) of #89edff color hex is 0.46, 0.07, 0.00, 0.00. Web safe color of #89edff is #99ffff. Color #89edff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101101 11111111
Octal 211 355 377
Decimal 137 237 255
Hex 89 ED FF

RGB Percentages of Color #89edff

%21.78
%37.68
%40.54

CMYK Percentages of Color #89edff

%46
%7
%0
%0

Triadic Colors of #89edff

#89edff #ff89ed #edff89

Analogous Colors of #89edff

#89edff #89b2ff #89ffd6

Monochromatic Colors of #89edff

#89edff

Complementary Color

#89edff #ff9b89

#89edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#89edff Color CSS Codes

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

#89edff Text Font Color

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

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


#89edff Background Color

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

This div background color is #89edff


#89edff Border Color

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

This div border color is #89edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89edff


Comments

No comments written yet.

Please login to write comment.