Color Hex Logo

#59bfda Color Hex

#59BFDA
(89,191,218)
0 Favorites   0 Comments

Color spaces of #59bfda

RGB 89191218
HSL0.530.640.60
HSV193°59°85°
CMYK 0.590.120.00   0.15
XYZ35.405544.447473.0428
Yxy44.44740.23160.2907
Hunter Lab66.6689-21.8755-18.2902
CIE-Lab72.5265-21.8188-22.4477

#59bfda color RGB value is (89,191,218).

#59bfda hex color red value is 89, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #59bfda hue: 0.53 , saturation: 0.64 and the lightness value of 59bfda is 0.60.

The process color (four color CMYK) of #59bfda color hex is 0.59, 0.12, 0.00, 0.15. Web safe color of #59bfda is #66cccc. Color #59bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111111 11011010
Octal 131 277 332
Decimal 89 191 218
Hex 59 BF DA

RGB Percentages of Color #59bfda

%17.87
%38.35
%43.78

CMYK Percentages of Color #59bfda

%59
%12
%0
%15

Triadic Colors of #59bfda

#59bfda #da59bf #bfda59

Analogous Colors of #59bfda

#59bfda #597fda #59dab5

Monochromatic Colors of #59bfda

#59bfda

Complementary Color

#59bfda #da7459

#59bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bfda Color CSS Codes

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

#59bfda Text Font Color

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

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


#59bfda Background Color

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

This div background color is #59bfda


#59bfda Border Color

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

This div border color is #59bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bfda


Comments

No comments written yet.

Please login to write comment.