Color Hex Logo

#059dbf Color Hex

#059DBF
(5,157,191)
0 Favorites   0 Comments

Color spaces of #059dbf

RGB 5157191
HSL0.530.950.38
HSV191°97°75°
CMYK 0.970.180.00   0.25
XYZ21.523527.907853.5425
Yxy27.90780.20900.2710
Hunter Lab52.8278-19.7229-23.1126
CIE-Lab59.8053-21.9847-27.1626

#059dbf color RGB value is (5,157,191).

#059dbf hex color red value is 5, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #059dbf hue: 0.53 , saturation: 0.95 and the lightness value of 059dbf is 0.38.

The process color (four color CMYK) of #059dbf color hex is 0.97, 0.18, 0.00, 0.25. Web safe color of #059dbf is #0099cc. Color #059dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011101 10111111
Octal 5 235 277
Decimal 5 157 191
Hex 5 9D BF

RGB Percentages of Color #059dbf

%1.42
%44.48
%54.11

CMYK Percentages of Color #059dbf

%97
%18
%0
%25

Triadic Colors of #059dbf

#059dbf #bf059d #9dbf05

Analogous Colors of #059dbf

#059dbf #0540bf #05bf84

Monochromatic Colors of #059dbf

#059dbf

Complementary Color

#059dbf #bf2705

#059dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#059dbf Color CSS Codes

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

#059dbf Text Font Color

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

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


#059dbf Background Color

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

This div background color is #059dbf


#059dbf Border Color

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

This div border color is #059dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059dbf

#059dbf Color Palettes


Comments

No comments written yet.

Please login to write comment.