Color Hex Logo

#59beca Color Hex

#59BECA
(89,190,202)
0 Favorites   0 Comments

Color spaces of #59beca

RGB 89190202
HSL0.520.520.57
HSV186°56°79°
CMYK 0.560.060.00   0.21
XYZ33.193943.215062.4689
Yxy43.21500.23900.3112
Hunter Lab65.7381-24.9097-10.3248
CIE-Lab71.7007-25.9115-14.9793

#59beca color RGB value is (89,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111110 11001010
Octal 131 276 312
Decimal 89 190 202
Hex 59 BE CA

RGB Percentages of Color #59beca

%18.50
%39.50
%42.00

CMYK Percentages of Color #59beca

%56
%6
%0
%21

Triadic Colors of #59beca

#59beca #ca59be #beca59

Analogous Colors of #59beca

#59beca #5986ca #59ca9e

Monochromatic Colors of #59beca

#59beca

Complementary Color

#59beca #ca6559

#59beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#59beca Color CSS Codes

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

#59beca Text Font Color

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

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


#59beca Background Color

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

This div background color is #59beca


#59beca Border Color

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

This div border color is #59beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59beca


Comments

No comments written yet.

Please login to write comment.