Color Hex Logo

#59fefc Color Hex

#59FEFC
(89,254,252)
0 Favorites   0 Comments

Color spaces of #59fefc

RGB 89254252
HSL0.500.990.67
HSV179°65°100°
CMYK 0.650.000.01   0.00
XYZ57.132380.0357104.5327
Yxy80.03570.23640.3311
Hunter Lab89.4627-42.5667-6.6536
CIE-Lab91.7009-42.2551-11.6090

#59fefc color RGB value is (89,254,252).

#59fefc hex color red value is 89, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #59fefc hue: 0.50 , saturation: 0.99 and the lightness value of 59fefc is 0.67.

The process color (four color CMYK) of #59fefc color hex is 0.65, 0.00, 0.01, 0.00. Web safe color of #59fefc is #66ffff. Color #59fefc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11111110 11111100
Octal 131 376 374
Decimal 89 254 252
Hex 59 FE FC

RGB Percentages of Color #59fefc

%14.96
%42.69
%42.35

CMYK Percentages of Color #59fefc

%65
%0
%1
%0

Triadic Colors of #59fefc

#59fefc #fc59fe #fefc59

Analogous Colors of #59fefc

#59fefc #59aefe #59feaa

Monochromatic Colors of #59fefc

#59fefc

Complementary Color

#59fefc #fe595b

#59fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59fefc Color CSS Codes

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

#59fefc Text Font Color

<p style="color:#59fefc">Text here</p>

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


#59fefc Background Color

<div style="background-color:#59fefc">
Div content here</div>

This div background color is #59fefc


#59fefc Border Color

<div style="border:3px solid #59fefc">
Div here</div>

This div border color is #59fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59fefc

Related Colors


Comments

No comments written yet.

Please login to write comment.