Color Hex Logo

#59ddbb Color Hex

#59DDBB
(89,221,187)
0 Favorites   0 Comments

Color spaces of #59ddbb

RGB 89221187
HSL0.460.660.61
HSV165°60°87°
CMYK 0.600.000.15   0.13
XYZ38.945957.424656.0451
Yxy57.42460.25550.3768
Hunter Lab75.7790-40.87499.1953
CIE-Lab80.4178-44.22045.9540

#59ddbb color RGB value is (89,221,187).

#59ddbb hex color red value is 89, green value is 221 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #59ddbb hue: 0.46 , saturation: 0.66 and the lightness value of 59ddbb is 0.61.

The process color (four color CMYK) of #59ddbb color hex is 0.60, 0.00, 0.15, 0.13. Web safe color of #59ddbb is #66cccc. Color #59ddbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 10111011
Octal 131 335 273
Decimal 89 221 187
Hex 59 DD BB

RGB Percentages of Color #59ddbb

%17.91
%44.47
%37.63

CMYK Percentages of Color #59ddbb

%60
%0
%15
%13

Triadic Colors of #59ddbb

#59ddbb #bb59dd #ddbb59

Analogous Colors of #59ddbb

#59ddbb #59bddd #59dd79

Monochromatic Colors of #59ddbb

#59ddbb

Complementary Color

#59ddbb #dd597b

#59ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddbb Color CSS Codes

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

#59ddbb Text Font Color

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

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


#59ddbb Background Color

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

This div background color is #59ddbb


#59ddbb Border Color

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

This div border color is #59ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddbb


Comments

No comments written yet.

Please login to write comment.