Color Hex Logo

#59cadf Color Hex

#59CADF
(89,202,223)
0 Favorites   0 Comments

Color spaces of #59cadf

RGB 89202223
HSL0.530.680.61
HSV189°60°87°
CMYK 0.600.090.00   0.13
XYZ38.559649.692677.3714
Yxy49.69260.23280.3000
Hunter Lab70.4930-25.7234-15.7302
CIE-Lab75.8802-25.8936-20.0579

#59cadf color RGB value is (89,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001010 11011111
Octal 131 312 337
Decimal 89 202 223
Hex 59 CA DF

RGB Percentages of Color #59cadf

%17.32
%39.30
%43.39

CMYK Percentages of Color #59cadf

%60
%9
%0
%13

Triadic Colors of #59cadf

#59cadf #df59ca #cadf59

Analogous Colors of #59cadf

#59cadf #5987df #59dfb1

Monochromatic Colors of #59cadf

#59cadf

Complementary Color

#59cadf #df6e59

#59cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cadf Color CSS Codes

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

#59cadf Text Font Color

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

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


#59cadf Background Color

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

This div background color is #59cadf


#59cadf Border Color

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

This div border color is #59cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cadf


Comments

No comments written yet.

Please login to write comment.