Color Hex Logo

#89fefe Color Hex

#89FEFE
(137,254,254)
0 Favorites   0 Comments

Color spaces of #89fefe

RGB 137254254
HSL0.500.980.77
HSV180°46°100°
CMYK 0.460.000.00   0.00
XYZ63.647783.3577106.5010
Yxy83.35770.25110.3288
Hunter Lab91.3004-35.3392-5.2509
CIE-Lab93.1708-33.1243-10.3052

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111110 11111110
Octal 211 376 376
Decimal 137 254 254
Hex 89 FE FE

RGB Percentages of Color #89fefe

%21.24
%39.38
%39.38

CMYK Percentages of Color #89fefe

%46
%0
%0
%0

Triadic Colors of #89fefe

#89fefe #fe89fe #fefe89

Analogous Colors of #89fefe

#89fefe #89c4fe #89fec4

Monochromatic Colors of #89fefe

#89fefe

Complementary Color

#89fefe #fe8989

#89fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fefe Color CSS Codes

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

#89fefe Text Font Color

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

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


#89fefe Background Color

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

This div background color is #89fefe


#89fefe Border Color

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

This div border color is #89fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fefe

Related Colors


Comments

No comments written yet.

Please login to write comment.