Color Hex Logo

#89fae4 Color Hex

#89FAE4
(137,250,228)
0 Favorites   0 Comments

Color spaces of #89fae4

RGB 137250228
HSL0.470.920.76
HSV168°45°98°
CMYK 0.450.000.09   0.02
XYZ58.505779.291085.6199
Yxy79.29100.26190.3549
Hunter Lab89.0455-38.54955.3227
CIE-Lab91.3658-37.45630.5121

#89fae4 color RGB value is (137,250,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111010 11100100
Octal 211 372 344
Decimal 137 250 228
Hex 89 FA E4

RGB Percentages of Color #89fae4

%22.28
%40.65
%37.07

CMYK Percentages of Color #89fae4

%45
%0
%9
%2

Triadic Colors of #89fae4

#89fae4 #e489fa #fae489

Analogous Colors of #89fae4

#89fae4 #89d8fa #89faac

Monochromatic Colors of #89fae4

#89fae4

Complementary Color

#89fae4 #fa899f

#89fae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fae4 Color CSS Codes

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

#89fae4 Text Font Color

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

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


#89fae4 Background Color

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

This div background color is #89fae4


#89fae4 Border Color

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

This div border color is #89fae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fae4


Comments

No comments written yet.

Please login to write comment.