Color Hex Logo

#05a376 Color Hex

#05A376
(5,163,118)
0 Favorites   0 Comments

Color spaces of #05a376

RGB 5163118
HSL0.450.940.33
HSV163°97°64°
CMYK 0.970.000.28   0.36
XYZ16.429827.534721.5883
Yxy27.53470.25060.4200
Hunter Lab52.4735-35.939112.3388
CIE-Lab59.4660-46.757113.4912

#05a376 color RGB value is (5,163,118).

#05a376 hex color red value is 5, green value is 163 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #05a376 hue: 0.45 , saturation: 0.94 and the lightness value of 05a376 is 0.33.

The process color (four color CMYK) of #05a376 color hex is 0.97, 0.00, 0.28, 0.36. Web safe color of #05a376 is #009966. Color #05a376 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10100011 01110110
Octal 5 243 166
Decimal 5 163 118
Hex 5 A3 76

RGB Percentages of Color #05a376

%1.75
%56.99
%41.26

CMYK Percentages of Color #05a376

%97
%0
%28
%36

Triadic Colors of #05a376

#05a376 #7605a3 #a37605

Analogous Colors of #05a376

#05a376 #0581a3 #05a327

Monochromatic Colors of #05a376

#05a376

Complementary Color

#05a376 #a30532

#05a376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05a376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05a376 Color CSS Codes

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

#05a376 Text Font Color

<p style="color:#05a376">Text here</p>

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


#05a376 Background Color

<div style="background-color:#05a376">
Div content here</div>

This div background color is #05a376


#05a376 Border Color

<div style="border:3px solid #05a376">
Div here</div>

This div border color is #05a376


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,163,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05a376; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05a376;
  -webkit-box-shadow: 1px 1px 3px 2px #05a376;
  box-shadow:         1px 1px 3px 2px #05a376; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05a376


Comments

No comments written yet.

Please login to write comment.