Color Hex Logo

#059dab Color Hex

#059DAB
(5,157,171)
0 Favorites   0 Comments

Color spaces of #059dab

RGB 5157171
HSL0.510.940.35
HSV185°97°67°
CMYK 0.970.080.00   0.33
XYZ19.470227.086542.7301
Yxy27.08650.21810.3034
Hunter Lab52.0447-24.3004-12.2474
CIE-Lab59.0543-28.7643-17.0231

#059dab color RGB value is (5,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011101 10101011
Octal 5 235 253
Decimal 5 157 171
Hex 5 9D AB

RGB Percentages of Color #059dab

%1.50
%47.15
%51.35

CMYK Percentages of Color #059dab

%97
%8
%0
%33

Triadic Colors of #059dab

#059dab #ab059d #9dab05

Analogous Colors of #059dab

#059dab #054aab #05ab66

Monochromatic Colors of #059dab

#059dab

Complementary Color

#059dab #ab1305

#059dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#059dab Color CSS Codes

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

#059dab Text Font Color

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

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


#059dab Background Color

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

This div background color is #059dab


#059dab Border Color

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

This div border color is #059dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059dab


Comments

No comments written yet.

Please login to write comment.