Color Hex Logo

#59becc Color Hex

#59BECC
(89,190,204)
0 Favorites   0 Comments

Color spaces of #59becc

RGB 89190204
HSL0.520.530.57
HSV187°56°80°
CMYK 0.560.070.00   0.20
XYZ33.432443.310463.7244
Yxy43.31040.23800.3083
Hunter Lab65.8106-24.4890-11.3430
CIE-Lab71.7651-25.3481-15.9741

#59becc color RGB value is (89,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111110 11001100
Octal 131 276 314
Decimal 89 190 204
Hex 59 BE CC

RGB Percentages of Color #59becc

%18.43
%39.34
%42.24

CMYK Percentages of Color #59becc

%56
%7
%0
%20

Triadic Colors of #59becc

#59becc #cc59be #becc59

Analogous Colors of #59becc

#59becc #5985cc #59cca1

Monochromatic Colors of #59becc

#59becc

Complementary Color

#59becc #cc6759

#59becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59becc Color CSS Codes

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

#59becc Text Font Color

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

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


#59becc Background Color

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

This div background color is #59becc


#59becc Border Color

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

This div border color is #59becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59becc


Comments

No comments written yet.

Please login to write comment.