Color Hex Logo

#89fffc Color Hex

#89FFFC
(137,255,252)
0 Favorites   0 Comments

Color spaces of #89fffc

RGB 137255252
HSL0.501.000.77
HSV178°46°100°
CMYK 0.460.000.01   0.00
XYZ63.647283.8666104.9288
Yxy83.86660.25210.3322
Hunter Lab91.5787-36.2052-3.8280
CIE-Lab93.3925-34.0811-8.9412

#89fffc color RGB value is (137,255,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111111 11111100
Octal 211 377 374
Decimal 137 255 252
Hex 89 FF FC

RGB Percentages of Color #89fffc

%21.27
%39.60
%39.13

CMYK Percentages of Color #89fffc

%46
%0
%1
%0

Triadic Colors of #89fffc

#89fffc #fc89ff #fffc89

Analogous Colors of #89fffc

#89fffc #89c7ff #89ffc1

Monochromatic Colors of #89fffc

#89fffc

Complementary Color

#89fffc #ff898c

#89fffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fffc Color CSS Codes

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

#89fffc Text Font Color

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

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


#89fffc Background Color

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

This div background color is #89fffc


#89fffc Border Color

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

This div border color is #89fffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fffc

#89fffc Color Palettes


Comments

No comments written yet.

Please login to write comment.