Color Hex Logo

#89faef Color Hex

#89FAEF
(137,250,239)
0 Favorites   0 Comments

Color spaces of #89faef

RGB 137250239
HSL0.480.920.76
HSV174°45°98°
CMYK 0.450.000.04   0.02
XYZ60.082179.921693.9211
Yxy79.92160.25680.3417
Hunter Lab89.3989-36.48400.2900
CIE-Lab91.6497-34.8937-4.7814

#89faef color RGB value is (137,250,239).

#89faef hex color red value is 137, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #89faef hue: 0.48 , saturation: 0.92 and the lightness value of 89faef is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111010 11101111
Octal 211 372 357
Decimal 137 250 239
Hex 89 FA EF

RGB Percentages of Color #89faef

%21.88
%39.94
%38.18

CMYK Percentages of Color #89faef

%45
%0
%4
%2

Triadic Colors of #89faef

#89faef #ef89fa #faef89

Analogous Colors of #89faef

#89faef #89cdfa #89fab7

Monochromatic Colors of #89faef

#89faef

Complementary Color

#89faef #fa8994

#89faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#89faef Color CSS Codes

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

#89faef Text Font Color

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

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


#89faef Background Color

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

This div background color is #89faef


#89faef Border Color

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

This div border color is #89faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89faef


Comments

No comments written yet.

Please login to write comment.