Color Hex Logo

#59bfcb Color Hex

#59BFCB
(89,191,203)
0 Favorites   0 Comments

Color spaces of #59bfcb

RGB 89191203
HSL0.520.520.57
HSV186°56°80°
CMYK 0.560.060.00   0.20
XYZ33.530143.697263.1671
Yxy43.69720.23880.3112
Hunter Lab66.1039-25.1405-10.3833
CIE-Lab72.0256-26.1275-15.0358

#59bfcb color RGB value is (89,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111111 11001011
Octal 131 277 313
Decimal 89 191 203
Hex 59 BF CB

RGB Percentages of Color #59bfcb

%18.43
%39.54
%42.03

CMYK Percentages of Color #59bfcb

%56
%6
%0
%20

Triadic Colors of #59bfcb

#59bfcb #cb59bf #bfcb59

Analogous Colors of #59bfcb

#59bfcb #5986cb #59cb9e

Monochromatic Colors of #59bfcb

#59bfcb

Complementary Color

#59bfcb #cb6559

#59bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bfcb Color CSS Codes

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

#59bfcb Text Font Color

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

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


#59bfcb Background Color

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

This div background color is #59bfcb


#59bfcb Border Color

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

This div border color is #59bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bfcb


Comments

No comments written yet.

Please login to write comment.