Color Hex Logo

#05ac45 Color Hex

#05AC45
(5,172,69)
0 Favorites   0 Comments

Color spaces of #05ac45

RGB 517269
HSL0.400.940.35
HSV143°97°67°
CMYK 0.970.000.60   0.33
XYZ15.889329.967010.5770
Yxy29.96700.28160.5310
Hunter Lab54.7421-43.987826.8638
CIE-Lab61.6257-59.154741.8990

#05ac45 color RGB value is (5,172,69).

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

The process color (four color CMYK) of #05ac45 color hex is 0.97, 0.00, 0.60, 0.33. Web safe color of #05ac45 is #009933. Color #05ac45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101100 01000101
Octal 5 254 105
Decimal 5 172 69
Hex 5 AC 45

RGB Percentages of Color #05ac45

%2.03
%69.92
%28.05

CMYK Percentages of Color #05ac45

%97
%0
%60
%33

Triadic Colors of #05ac45

#05ac45 #4505ac #ac4505

Analogous Colors of #05ac45

#05ac45 #05ac99 #19ac05

Monochromatic Colors of #05ac45

#05ac45

Complementary Color

#05ac45 #ac056c

#05ac45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05ac45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05ac45 Color CSS Codes

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

#05ac45 Text Font Color

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

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


#05ac45 Background Color

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

This div background color is #05ac45


#05ac45 Border Color

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

This div border color is #05ac45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05ac45


Comments

No comments written yet.

Please login to write comment.