Color Hex Logo

#59aeca Color Hex

#59AECA
(89,174,202)
0 Favorites   0 Comments

Color spaces of #59aeca

RGB 89174202
HSL0.540.520.57
HSV195°56°79°
CMYK 0.560.140.00   0.21
XYZ29.916536.660261.3765
Yxy36.66020.23380.2865
Hunter Lab60.5477-17.7619-17.7182
CIE-Lab67.0213-17.7342-22.0727

#59aeca color RGB value is (89,174,202).

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

The process color (four color CMYK) of #59aeca color hex is 0.56, 0.14, 0.00, 0.21. Web safe color of #59aeca is #6699cc. Color #59aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101110 11001010
Octal 131 256 312
Decimal 89 174 202
Hex 59 AE CA

RGB Percentages of Color #59aeca

%19.14
%37.42
%43.44

CMYK Percentages of Color #59aeca

%56
%14
%0
%21

Triadic Colors of #59aeca

#59aeca #ca59ae #aeca59

Analogous Colors of #59aeca

#59aeca #5976ca #59caae

Monochromatic Colors of #59aeca

#59aeca

Complementary Color

#59aeca #ca7559

#59aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aeca Color CSS Codes

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

#59aeca Text Font Color

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

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


#59aeca Background Color

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

This div background color is #59aeca


#59aeca Border Color

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

This div border color is #59aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aeca


Comments

No comments written yet.

Please login to write comment.