Color Hex Logo

#59deeb Color Hex

#59DEEB
(89,222,235)
0 Favorites   0 Comments

Color spaces of #59deeb

RGB 89222235
HSL0.510.780.64
HSV185°62°92°
CMYK 0.620.060.00   0.08
XYZ45.236560.364687.8646
Yxy60.36460.23380.3120
Hunter Lab77.6947-32.0368-12.6646
CIE-Lab82.0360-32.1894-17.1732

#59deeb color RGB value is (89,222,235).

#59deeb hex color red value is 89, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #59deeb hue: 0.51 , saturation: 0.78 and the lightness value of 59deeb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011110 11101011
Octal 131 336 353
Decimal 89 222 235
Hex 59 DE EB

RGB Percentages of Color #59deeb

%16.30
%40.66
%43.04

CMYK Percentages of Color #59deeb

%62
%6
%0
%8

Triadic Colors of #59deeb

#59deeb #eb59de #deeb59

Analogous Colors of #59deeb

#59deeb #5995eb #59ebaf

Monochromatic Colors of #59deeb

#59deeb

Complementary Color

#59deeb #eb6659

#59deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59deeb Color CSS Codes

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

#59deeb Text Font Color

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

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


#59deeb Background Color

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

This div background color is #59deeb


#59deeb Border Color

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

This div border color is #59deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59deeb


Comments

No comments written yet.

Please login to write comment.