Color Hex Logo

#59cada Color Hex

#59CADA
(89,202,218)
0 Favorites   0 Comments

Color spaces of #59cada

RGB 89202218
HSL0.520.640.60
HSV187°59°85°
CMYK 0.590.070.00   0.15
XYZ37.895249.426973.8727
Yxy49.42690.23510.3066
Hunter Lab70.3043-26.8179-13.0864
CIE-Lab75.7161-27.3247-17.6090

#59cada color RGB value is (89,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001010 11011010
Octal 131 312 332
Decimal 89 202 218
Hex 59 CA DA

RGB Percentages of Color #59cada

%17.49
%39.69
%42.83

CMYK Percentages of Color #59cada

%59
%7
%0
%15

Triadic Colors of #59cada

#59cada #da59ca #cada59

Analogous Colors of #59cada

#59cada #598ada #59daaa

Monochromatic Colors of #59cada

#59cada

Complementary Color

#59cada #da6959

#59cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cada Color CSS Codes

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

#59cada Text Font Color

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

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


#59cada Background Color

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

This div background color is #59cada


#59cada Border Color

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

This div border color is #59cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cada


Comments

No comments written yet.

Please login to write comment.