Color Hex Logo

#59c1e2 Color Hex

#59C1E2
(89,193,226)
0 Favorites   0 Comments

Color spaces of #59c1e2

RGB 89193226
HSL0.540.700.62
HSV194°61°89°
CMYK 0.610.150.00   0.11
XYZ36.917345.754878.8373
Yxy45.75480.22860.2833
Hunter Lab67.6423-20.9536-21.7531
CIE-Lab73.3861-20.4747-25.4781

#59c1e2 color RGB value is (89,193,226).

#59c1e2 hex color red value is 89, green value is 193 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #59c1e2 hue: 0.54 , saturation: 0.70 and the lightness value of 59c1e2 is 0.62.

The process color (four color CMYK) of #59c1e2 color hex is 0.61, 0.15, 0.00, 0.11. Web safe color of #59c1e2 is #66cccc. Color #59c1e2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11000001 11100010
Octal 131 301 342
Decimal 89 193 226
Hex 59 C1 E2

RGB Percentages of Color #59c1e2

%17.52
%37.99
%44.49

CMYK Percentages of Color #59c1e2

%61
%15
%0
%11

Triadic Colors of #59c1e2

#59c1e2 #e259c1 #c1e259

Analogous Colors of #59c1e2

#59c1e2 #597de2 #59e2bf

Monochromatic Colors of #59c1e2

#59c1e2

Complementary Color

#59c1e2 #e27a59

#59c1e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59c1e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59c1e2 Color CSS Codes

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

#59c1e2 Text Font Color

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

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


#59c1e2 Background Color

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

This div background color is #59c1e2


#59c1e2 Border Color

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

This div border color is #59c1e2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59c1e2


Comments

No comments written yet.

Please login to write comment.