Color Hex Logo

#59bcca Color Hex

#59BCCA
(89,188,202)
0 Favorites   0 Comments

Color spaces of #59bcca

RGB 89188202
HSL0.520.520.57
HSV187°56°79°
CMYK 0.560.070.00   0.21
XYZ32.763742.354662.3255
Yxy42.35460.23840.3082
Hunter Lab65.0804-24.0277-11.2239
CIE-Lab71.1147-24.9136-15.8623

#59bcca color RGB value is (89,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111100 11001010
Octal 131 274 312
Decimal 89 188 202
Hex 59 BC CA

RGB Percentages of Color #59bcca

%18.58
%39.25
%42.17

CMYK Percentages of Color #59bcca

%56
%7
%0
%21

Triadic Colors of #59bcca

#59bcca #ca59bc #bcca59

Analogous Colors of #59bcca

#59bcca #5984ca #59caa0

Monochromatic Colors of #59bcca

#59bcca

Complementary Color

#59bcca #ca6759

#59bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bcca Color CSS Codes

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

#59bcca Text Font Color

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

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


#59bcca Background Color

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

This div background color is #59bcca


#59bcca Border Color

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

This div border color is #59bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bcca


Comments

No comments written yet.

Please login to write comment.