Color Hex Logo

#89fcef Color Hex

#89FCEF
(137,252,239)
0 Favorites   0 Comments

Color spaces of #89fcef

RGB 137252239
HSL0.480.950.76
HSV173°46°99°
CMYK 0.460.000.05   0.01
XYZ60.706981.171294.1294
Yxy81.17120.25720.3439
Hunter Lab90.0951-37.39141.1216
CIE-Lab92.2078-35.8171-3.9597

#89fcef color RGB value is (137,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111100 11101111
Octal 211 374 357
Decimal 137 252 239
Hex 89 FC EF

RGB Percentages of Color #89fcef

%21.82
%40.13
%38.06

CMYK Percentages of Color #89fcef

%46
%0
%5
%1

Triadic Colors of #89fcef

#89fcef #ef89fc #fcef89

Analogous Colors of #89fcef

#89fcef #89d0fc #89fcb6

Monochromatic Colors of #89fcef

#89fcef

Complementary Color

#89fcef #fc8996

#89fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fcef Color CSS Codes

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

#89fcef Text Font Color

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

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


#89fcef Background Color

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

This div background color is #89fcef


#89fcef Border Color

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

This div border color is #89fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fcef

Related Colors


Comments

No comments written yet.

Please login to write comment.