Color Hex Logo

#59ffdd Color Hex

#59FFDD
(89,255,221)
0 Favorites   0 Comments

Color spaces of #59ffdd

RGB 89255221
HSL0.471.000.67
HSV168°65°100°
CMYK 0.650.000.13   0.00
XYZ52.931078.864380.8392
Yxy78.86430.24890.3709
Hunter Lab88.8056-49.01808.1926
CIE-Lab91.1729-50.58713.6813

#59ffdd color RGB value is (89,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11111111 11011101
Octal 131 377 335
Decimal 89 255 221
Hex 59 FF DD

RGB Percentages of Color #59ffdd

%15.75
%45.13
%39.12

CMYK Percentages of Color #59ffdd

%65
%0
%13
%0

Triadic Colors of #59ffdd

#59ffdd #dd59ff #ffdd59

Analogous Colors of #59ffdd

#59ffdd #59ceff #59ff8a

Monochromatic Colors of #59ffdd

#59ffdd

Complementary Color

#59ffdd #ff597b

#59ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ffdd Color CSS Codes

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

#59ffdd Text Font Color

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

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


#59ffdd Background Color

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

This div background color is #59ffdd


#59ffdd Border Color

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

This div border color is #59ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ffdd

Related Colors


Comments

No comments written yet.

Please login to write comment.