Color Hex Logo

#05868f Color Hex

#05868F
(5,134,143)
0 Favorites   0 Comments

Color spaces of #05868f

RGB 5134143
HSL0.510.930.29
HSV184°97°56°
CMYK 0.970.060.00   0.44
XYZ13.545619.065628.9527
Yxy19.06560.22000.3097
Hunter Lab43.6642-21.0376-8.7489
CIE-Lab50.7639-26.6053-13.4994

#05868f color RGB value is (5,134,143).

#05868f hex color red value is 5, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #05868f hue: 0.51 , saturation: 0.93 and the lightness value of 05868f is 0.29.

The process color (four color CMYK) of #05868f color hex is 0.97, 0.06, 0.00, 0.44. Web safe color of #05868f is #009999. Color #05868f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000110 10001111
Octal 5 206 217
Decimal 5 134 143
Hex 5 86 8F

RGB Percentages of Color #05868f

%1.77
%47.52
%50.71

CMYK Percentages of Color #05868f

%97
%6
%0
%44

Triadic Colors of #05868f

#05868f #8f0586 #868f05

Analogous Colors of #05868f

#05868f #05418f #058f53

Monochromatic Colors of #05868f

#05868f

Complementary Color

#05868f #8f0e05

#05868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05868f Color CSS Codes

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

#05868f Text Font Color

<p style="color:#05868f">Text here</p>

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


#05868f Background Color

<div style="background-color:#05868f">
Div content here</div>

This div background color is #05868f


#05868f Border Color

<div style="border:3px solid #05868f">
Div here</div>

This div border color is #05868f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,134,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05868f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05868f;
  -webkit-box-shadow: 1px 1px 3px 2px #05868f;
  box-shadow:         1px 1px 3px 2px #05868f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05868f


Comments

No comments written yet.

Please login to write comment.