Color Hex Logo

#59baca Color Hex

#59BACA
(89,186,202)
0 Favorites   0 Comments

Color spaces of #59baca

RGB 89186202
HSL0.520.520.57
HSV188°56°79°
CMYK 0.560.080.00   0.21
XYZ32.339441.505962.1841
Yxy41.50590.23770.3051
Hunter Lab64.4251-23.1424-12.1301
CIE-Lab70.5289-23.9086-16.7466

#59baca color RGB value is (89,186,202).

#59baca hex color red value is 89, green value is 186 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #59baca hue: 0.52 , saturation: 0.52 and the lightness value of 59baca is 0.57.

The process color (four color CMYK) of #59baca color hex is 0.56, 0.08, 0.00, 0.21. Web safe color of #59baca is #66cccc. Color #59baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111010 11001010
Octal 131 272 312
Decimal 89 186 202
Hex 59 BA CA

RGB Percentages of Color #59baca

%18.66
%38.99
%42.35

CMYK Percentages of Color #59baca

%56
%8
%0
%21

Triadic Colors of #59baca

#59baca #ca59ba #baca59

Analogous Colors of #59baca

#59baca #5982ca #59caa2

Monochromatic Colors of #59baca

#59baca

Complementary Color

#59baca #ca6959

#59baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#59baca Color CSS Codes

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

#59baca Text Font Color

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

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


#59baca Background Color

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

This div background color is #59baca


#59baca Border Color

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

This div border color is #59baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59baca


Comments

No comments written yet.

Please login to write comment.