Color Hex Logo

#89feff Color Hex

#89FEFF
(137,254,255)
0 Favorites   0 Comments

Color spaces of #89feff

RGB 137254255
HSL0.501.000.77
HSV181°46°100°
CMYK 0.460.000.00   0.00
XYZ63.808383.4220107.3467
Yxy83.42200.25060.3277
Hunter Lab91.3356-35.1349-5.7485
CIE-Lab93.1989-32.8776-10.7810

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111110 11111111
Octal 211 376 377
Decimal 137 254 255
Hex 89 FE FF

RGB Percentages of Color #89feff

%21.21
%39.32
%39.47

CMYK Percentages of Color #89feff

%46
%0
%0
%0

Triadic Colors of #89feff

#89feff #ff89fe #feff89

Analogous Colors of #89feff

#89feff #89c3ff #89ffc5

Monochromatic Colors of #89feff

#89feff

Complementary Color

#89feff #ff8a89

#89feff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89feff Color Preview on White Background

Lorem ipsum dolor sit amet.

#89feff Color CSS Codes

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

#89feff Text Font Color

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

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


#89feff Background Color

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

This div background color is #89feff


#89feff Border Color

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

This div border color is #89feff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89feff

Related Colors


Comments

No comments written yet.

Please login to write comment.