Color Hex Logo

#05846e Color Hex

#05846E
(5,132,110)
0 Favorites   0 Comments

Color spaces of #05846e

RGB 5132110
HSL0.470.930.27
HSV170°96°52°
CMYK 0.960.000.17   0.48
XYZ11.128317.660617.5742
Yxy17.66060.24000.3809
Hunter Lab42.0245-26.27524.6227
CIE-Lab49.0818-35.91933.3166

#05846e color RGB value is (5,132,110).

#05846e hex color red value is 5, green value is 132 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #05846e hue: 0.47 , saturation: 0.93 and the lightness value of 05846e is 0.27.

The process color (four color CMYK) of #05846e color hex is 0.96, 0.00, 0.17, 0.48. Web safe color of #05846e is #009966. Color #05846e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000100 01101110
Octal 5 204 156
Decimal 5 132 110
Hex 5 84 6E

RGB Percentages of Color #05846e

%2.02
%53.44
%44.53

CMYK Percentages of Color #05846e

%96
%0
%17
%48

Triadic Colors of #05846e

#05846e #6e0584 #846e05

Analogous Colors of #05846e

#05846e #055b84 #05842f

Monochromatic Colors of #05846e

#05846e

Complementary Color

#05846e #84051b

#05846e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05846e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05846e Color CSS Codes

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

#05846e Text Font Color

<p style="color:#05846e">Text here</p>

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


#05846e Background Color

<div style="background-color:#05846e">
Div content here</div>

This div background color is #05846e


#05846e Border Color

<div style="border:3px solid #05846e">
Div here</div>

This div border color is #05846e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,132,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05846e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05846e;
  -webkit-box-shadow: 1px 1px 3px 2px #05846e;
  box-shadow:         1px 1px 3px 2px #05846e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05846e


Comments

No comments written yet.

Please login to write comment.