Color Hex Logo

#59bfba Color Hex

#59BFBA
(89,191,186)
0 Favorites   0 Comments

Color spaces of #59bfba

RGB 89191186
HSL0.490.440.55
HSV177°53°75°
CMYK 0.530.000.03   0.25
XYZ31.613642.930653.0746
Yxy42.93060.24770.3364
Hunter Lab65.5214-28.5376-2.1619
CIE-Lab71.5078-30.7592-6.5247

#59bfba color RGB value is (89,191,186).

#59bfba hex color red value is 89, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #59bfba hue: 0.49 , saturation: 0.44 and the lightness value of 59bfba is 0.55.

The process color (four color CMYK) of #59bfba color hex is 0.53, 0.00, 0.03, 0.25. Web safe color of #59bfba is #66cccc. Color #59bfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111111 10111010
Octal 131 277 272
Decimal 89 191 186
Hex 59 BF BA

RGB Percentages of Color #59bfba

%19.10
%40.99
%39.91

CMYK Percentages of Color #59bfba

%53
%0
%3
%25

Triadic Colors of #59bfba

#59bfba #ba59bf #bfba59

Analogous Colors of #59bfba

#59bfba #5991bf #59bf87

Monochromatic Colors of #59bfba

#59bfba

Complementary Color

#59bfba #bf595e

#59bfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bfba Color CSS Codes

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

#59bfba Text Font Color

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

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


#59bfba Background Color

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

This div background color is #59bfba


#59bfba Border Color

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

This div border color is #59bfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bfba


Comments

No comments written yet.

Please login to write comment.