Color Hex Logo

#28ad52 Color Hex

#28AD52
(40,173,82)
0 Favorites   0 Comments

Color spaces of #28ad52

RGB 4017382
HSL0.390.620.42
HSV139°77°68°
CMYK 0.770.000.53   0.32
XYZ17.341630.947513.0421
Yxy30.94750.28280.5046
Hunter Lab55.6305-41.709825.0413
CIE-Lab62.4633-54.616436.6931

#28ad52 color RGB value is (40,173,82).

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

The process color (four color CMYK) of #28ad52 color hex is 0.77, 0.00, 0.53, 0.32. Web safe color of #28ad52 is #339966. Color #28ad52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101101 01010010
Octal 50 255 122
Decimal 40 173 82
Hex 28 AD 52

RGB Percentages of Color #28ad52

%13.56
%58.64
%27.80

CMYK Percentages of Color #28ad52

%77
%0
%53
%32

Triadic Colors of #28ad52

#28ad52 #5228ad #ad5228

Analogous Colors of #28ad52

#28ad52 #28ad95 #41ad28

Monochromatic Colors of #28ad52

#28ad52

Complementary Color

#28ad52 #ad2883

#28ad52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28ad52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#28ad52 Color CSS Codes

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

#28ad52 Text Font Color

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

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


#28ad52 Background Color

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

This div background color is #28ad52


#28ad52 Border Color

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

This div border color is #28ad52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28ad52


Comments

No comments written yet.

Please login to write comment.