Color Hex Logo

#05ac76 Color Hex

#05AC76
(5,172,118)
0 Favorites   0 Comments

Color spaces of #05ac76

RGB 5172118
HSL0.450.940.35
HSV161°97°67°
CMYK 0.970.000.31   0.33
XYZ18.085130.845322.1401
Yxy30.84530.25450.4340
Hunter Lab55.5385-39.067215.2414
CIE-Lab62.3768-50.247517.5246

#05ac76 color RGB value is (5,172,118).

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

The process color (four color CMYK) of #05ac76 color hex is 0.97, 0.00, 0.31, 0.33. Web safe color of #05ac76 is #009966. Color #05ac76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101100 01110110
Octal 5 254 166
Decimal 5 172 118
Hex 5 AC 76

RGB Percentages of Color #05ac76

%1.69
%58.31
%40.00

CMYK Percentages of Color #05ac76

%97
%0
%31
%33

Triadic Colors of #05ac76

#05ac76 #7605ac #ac7605

Analogous Colors of #05ac76

#05ac76 #058fac #05ac23

Monochromatic Colors of #05ac76

#05ac76

Complementary Color

#05ac76 #ac053b

#05ac76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05ac76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05ac76 Color CSS Codes

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

#05ac76 Text Font Color

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

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


#05ac76 Background Color

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

This div background color is #05ac76


#05ac76 Border Color

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

This div border color is #05ac76


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,172,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 #05ac76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05ac76


Comments

No comments written yet.

Please login to write comment.