Color Hex Logo

#28ae7d Color Hex

#28AE7D
(40,174,125)
0 Favorites   0 Comments

Color spaces of #28ae7d

RGB 40174125
HSL0.440.630.42
HSV158°77°68°
CMYK 0.770.000.28   0.32
XYZ19.712832.203924.5790
Yxy32.20390.25770.4210
Hunter Lab56.7485-37.304014.0441
CIE-Lab63.5110-46.755315.3112

#28ae7d color RGB value is (40,174,125).

#28ae7d hex color red value is 40, green value is 174 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #28ae7d hue: 0.44 , saturation: 0.63 and the lightness value of 28ae7d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101110 01111101
Octal 50 256 175
Decimal 40 174 125
Hex 28 AE 7D

RGB Percentages of Color #28ae7d

%11.80
%51.33
%36.87

CMYK Percentages of Color #28ae7d

%77
%0
%28
%32

Triadic Colors of #28ae7d

#28ae7d #7d28ae #ae7d28

Analogous Colors of #28ae7d

#28ae7d #289cae #28ae3a

Monochromatic Colors of #28ae7d

#28ae7d

Complementary Color

#28ae7d #ae2859

#28ae7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28ae7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28ae7d Color CSS Codes

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

#28ae7d Text Font Color

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

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


#28ae7d Background Color

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

This div background color is #28ae7d


#28ae7d Border Color

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

This div border color is #28ae7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28ae7d


Comments

No comments written yet.

Please login to write comment.