Color Hex Logo

#59fedd Color Hex

#59FEDD
(89,254,221)
0 Favorites   0 Comments

Color spaces of #59fedd

RGB 89254221
HSL0.470.990.67
HSV168°65°100°
CMYK 0.650.000.13   0.00
XYZ52.612878.227980.7331
Yxy78.22790.24870.3697
Hunter Lab88.4465-48.60007.7933
CIE-Lab90.8838-50.16713.2622

#59fedd color RGB value is (89,254,221).

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

The process color (four color CMYK) of #59fedd color hex is 0.65, 0.00, 0.13, 0.00. Web safe color of #59fedd is #66ffcc. Color #59fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11111110 11011101
Octal 131 376 335
Decimal 89 254 221
Hex 59 FE DD

RGB Percentages of Color #59fedd

%15.78
%45.04
%39.18

CMYK Percentages of Color #59fedd

%65
%0
%13
%0

Triadic Colors of #59fedd

#59fedd #dd59fe #fedd59

Analogous Colors of #59fedd

#59fedd #59cdfe #59fe8b

Monochromatic Colors of #59fedd

#59fedd

Complementary Color

#59fedd #fe597a

#59fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59fedd Color CSS Codes

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

#59fedd Text Font Color

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

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


#59fedd Background Color

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

This div background color is #59fedd


#59fedd Border Color

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

This div border color is #59fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.