Color Hex Logo

#59cbea Color Hex

#59CBEA
(89,203,234)
0 Favorites   0 Comments

Color spaces of #59cbea

RGB 89203234
HSL0.540.780.63
HSV193°62°92°
CMYK 0.620.130.00   0.08
XYZ40.327050.776285.5172
Yxy50.77620.22830.2875
Hunter Lab71.2574-23.6813-21.2747
CIE-Lab76.5432-23.1806-24.9702

#59cbea color RGB value is (89,203,234).

#59cbea hex color red value is 89, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #59cbea hue: 0.54 , saturation: 0.78 and the lightness value of 59cbea is 0.63.

The process color (four color CMYK) of #59cbea color hex is 0.62, 0.13, 0.00, 0.08. Web safe color of #59cbea is #66ccff. Color #59cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001011 11101010
Octal 131 313 352
Decimal 89 203 234
Hex 59 CB EA

RGB Percentages of Color #59cbea

%16.92
%38.59
%44.49

CMYK Percentages of Color #59cbea

%62
%13
%0
%8

Triadic Colors of #59cbea

#59cbea #ea59cb #cbea59

Analogous Colors of #59cbea

#59cbea #5983ea #59eac1

Monochromatic Colors of #59cbea

#59cbea

Complementary Color

#59cbea #ea7859

#59cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cbea Color CSS Codes

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

#59cbea Text Font Color

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

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


#59cbea Background Color

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

This div background color is #59cbea


#59cbea Border Color

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

This div border color is #59cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cbea


Comments

No comments written yet.

Please login to write comment.