Color Hex Logo

#28984e Color Hex

#28984E
(40,152,78)
0 Favorites   0 Comments

Color spaces of #28984e

RGB 4015278
HSL0.390.580.38
HSV140°74°60°
CMYK 0.740.000.49   0.40
XYZ13.478523.457611.0251
Yxy23.45760.28100.4891
Hunter Lab48.4330-35.082820.4066
CIE-Lab55.5406-47.626630.1269

#28984e color RGB value is (40,152,78).

#28984e hex color red value is 40, green value is 152 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #28984e hue: 0.39 , saturation: 0.58 and the lightness value of 28984e is 0.38.

The process color (four color CMYK) of #28984e color hex is 0.74, 0.00, 0.49, 0.40. Web safe color of #28984e is #339966. Color #28984e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011000 01001110
Octal 50 230 116
Decimal 40 152 78
Hex 28 98 4E

RGB Percentages of Color #28984e

%14.81
%56.30
%28.89

CMYK Percentages of Color #28984e

%74
%0
%49
%40

Triadic Colors of #28984e

#28984e #4e2898 #984e28

Analogous Colors of #28984e

#28984e #289886 #3a9828

Monochromatic Colors of #28984e

#28984e

Complementary Color

#28984e #982872

#28984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#28984e Color CSS Codes

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

#28984e Text Font Color

<p style="color:#28984e">Text here</p>

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


#28984e Background Color

<div style="background-color:#28984e">
Div content here</div>

This div background color is #28984e


#28984e Border Color

<div style="border:3px solid #28984e">
Div here</div>

This div border color is #28984e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,152,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28984e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28984e;
  -webkit-box-shadow: 1px 1px 3px 2px #28984e;
  box-shadow:         1px 1px 3px 2px #28984e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28984e


Comments

No comments written yet.

Please login to write comment.