Color Hex Logo

#89ffff Color Hex

#89FFFF
(137,255,255)
0 Favorites   0 Comments

Color spaces of #89ffff

RGB 137255255
HSL0.501.000.77
HSV180°46°100°
CMYK 0.460.000.00   0.00
XYZ64.126584.0584107.4528
Yxy84.05840.25080.3288
Hunter Lab91.6834-35.5969-5.3095
CIE-Lab93.4759-33.3449-10.3690

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111111 11111111
Octal 211 377 377
Decimal 137 255 255
Hex 89 FF FF

RGB Percentages of Color #89ffff

%21.17
%39.41
%39.41

CMYK Percentages of Color #89ffff

%46
%0
%0
%0

Triadic Colors of #89ffff

#89ffff #ff89ff #ffff89

Analogous Colors of #89ffff

#89ffff #89c4ff #89ffc4

Monochromatic Colors of #89ffff

#89ffff

Complementary Color

#89ffff #ff8989

#89ffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ffff Color CSS Codes

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

#89ffff Text Font Color

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

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


#89ffff Background Color

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

This div background color is #89ffff


#89ffff Border Color

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

This div border color is #89ffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ffff

Related Colors


Comments

No comments written yet.

Please login to write comment.