Color Hex Logo

#059fad Color Hex

#059FAD
(5,159,173)
0 Favorites   0 Comments

Color spaces of #059fad

RGB 5159173
HSL0.510.940.35
HSV185°97°68°
CMYK 0.970.080.00   0.32
XYZ20.003527.845743.8556
Yxy27.84570.21810.3036
Hunter Lab52.7690-24.6806-12.3368
CIE-Lab59.7491-29.0922-17.0997

#059fad color RGB value is (5,159,173).

#059fad hex color red value is 5, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #059fad hue: 0.51 , saturation: 0.94 and the lightness value of 059fad is 0.35.

The process color (four color CMYK) of #059fad color hex is 0.97, 0.08, 0.00, 0.32. Web safe color of #059fad is #009999. Color #059fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011111 10101101
Octal 5 237 255
Decimal 5 159 173
Hex 5 9F AD

RGB Percentages of Color #059fad

%1.48
%47.18
%51.34

CMYK Percentages of Color #059fad

%97
%8
%0
%32

Triadic Colors of #059fad

#059fad #ad059f #9fad05

Analogous Colors of #059fad

#059fad #054bad #05ad67

Monochromatic Colors of #059fad

#059fad

Complementary Color

#059fad #ad1305

#059fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#059fad Color CSS Codes

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

#059fad Text Font Color

<p style="color:#059fad">Text here</p>

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


#059fad Background Color

<div style="background-color:#059fad">
Div content here</div>

This div background color is #059fad


#059fad Border Color

<div style="border:3px solid #059fad">
Div here</div>

This div border color is #059fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,159,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #059fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #059fad;
  -webkit-box-shadow: 1px 1px 3px 2px #059fad;
  box-shadow:         1px 1px 3px 2px #059fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,159,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059fad


Comments

No comments written yet.

Please login to write comment.