Color Hex Logo

#59cae1 Color Hex

#59CAE1
(89,202,225)
0 Favorites   0 Comments

Color spaces of #59cae1

RGB 89202225
HSL0.530.690.62
HSV190°60°88°
CMYK 0.600.100.00   0.12
XYZ38.831049.801178.8001
Yxy49.80110.23190.2974
Hunter Lab70.5699-25.2779-16.8058
CIE-Lab75.9470-25.3152-21.0345

#59cae1 color RGB value is (89,202,225).

#59cae1 hex color red value is 89, green value is 202 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #59cae1 hue: 0.53 , saturation: 0.69 and the lightness value of 59cae1 is 0.62.

The process color (four color CMYK) of #59cae1 color hex is 0.60, 0.10, 0.00, 0.12. Web safe color of #59cae1 is #66cccc. Color #59cae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001010 11100001
Octal 131 312 341
Decimal 89 202 225
Hex 59 CA E1

RGB Percentages of Color #59cae1

%17.25
%39.15
%43.60

CMYK Percentages of Color #59cae1

%60
%10
%0
%12

Triadic Colors of #59cae1

#59cae1 #e159ca #cae159

Analogous Colors of #59cae1

#59cae1 #5986e1 #59e1b4

Monochromatic Colors of #59cae1

#59cae1

Complementary Color

#59cae1 #e17059

#59cae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cae1 Color CSS Codes

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

#59cae1 Text Font Color

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

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


#59cae1 Background Color

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

This div background color is #59cae1


#59cae1 Border Color

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

This div border color is #59cae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cae1


Comments

No comments written yet.

Please login to write comment.