Color Hex Logo

#59bfce Color Hex

#59BFCE
(89,191,206)
0 Favorites   0 Comments

Color spaces of #59bfce

RGB 89191206
HSL0.520.540.58
HSV188°57°81°
CMYK 0.570.070.00   0.19
XYZ33.891243.841765.0686
Yxy43.84170.23730.3070
Hunter Lab66.2131-24.5075-11.9161
CIE-Lab72.1226-25.2815-16.5260

#59bfce color RGB value is (89,191,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111111 11001110
Octal 131 277 316
Decimal 89 191 206
Hex 59 BF CE

RGB Percentages of Color #59bfce

%18.31
%39.30
%42.39

CMYK Percentages of Color #59bfce

%57
%7
%0
%19

Triadic Colors of #59bfce

#59bfce #ce59bf #bfce59

Analogous Colors of #59bfce

#59bfce #5985ce #59cea3

Monochromatic Colors of #59bfce

#59bfce

Complementary Color

#59bfce #ce6859

#59bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bfce Color CSS Codes

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

#59bfce Text Font Color

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

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


#59bfce Background Color

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

This div background color is #59bfce


#59bfce Border Color

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

This div border color is #59bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bfce


Comments

No comments written yet.

Please login to write comment.