Color Hex Logo

#28ad44 Color Hex

#28AD44
(40,173,68)
0 Favorites   0 Comments

Color spaces of #28ad44

RGB 4017368
HSL0.370.620.42
HSV133°77°68°
CMYK 0.770.000.61   0.32
XYZ16.862030.755610.5165
Yxy30.75560.29010.5290
Hunter Lab55.4577-42.777927.5772
CIE-Lab62.3008-56.554743.2385

#28ad44 color RGB value is (40,173,68).

#28ad44 hex color red value is 40, green value is 173 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #28ad44 hue: 0.37 , saturation: 0.62 and the lightness value of 28ad44 is 0.42.

The process color (four color CMYK) of #28ad44 color hex is 0.77, 0.00, 0.61, 0.32. Web safe color of #28ad44 is #339933. Color #28ad44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101101 01000100
Octal 50 255 104
Decimal 40 173 68
Hex 28 AD 44

RGB Percentages of Color #28ad44

%14.23
%61.57
%24.20

CMYK Percentages of Color #28ad44

%77
%0
%61
%32

Triadic Colors of #28ad44

#28ad44 #4428ad #ad4428

Analogous Colors of #28ad44

#28ad44 #28ad87 #4fad28

Monochromatic Colors of #28ad44

#28ad44

Complementary Color

#28ad44 #ad2891

#28ad44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28ad44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#28ad44 Color CSS Codes

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

#28ad44 Text Font Color

<p style="color:#28ad44">Text here</p>

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


#28ad44 Background Color

<div style="background-color:#28ad44">
Div content here</div>

This div background color is #28ad44


#28ad44 Border Color

<div style="border:3px solid #28ad44">
Div here</div>

This div border color is #28ad44


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,173,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28ad44; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28ad44;
  -webkit-box-shadow: 1px 1px 3px 2px #28ad44;
  box-shadow:         1px 1px 3px 2px #28ad44; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,173,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28ad44


Comments

No comments written yet.

Please login to write comment.