Color Hex Logo

#28957a Color Hex

#28957A
(40,149,122)
0 Favorites   0 Comments

Color spaces of #28957a

RGB 40149122
HSL0.460.580.37
HSV165°73°58°
CMYK 0.730.000.18   0.42
XYZ15.135423.351122.1219
Yxy23.35110.24970.3853
Hunter Lab48.3230-28.65666.6836
CIE-Lab55.4322-36.88525.5832

#28957a color RGB value is (40,149,122).

#28957a hex color red value is 40, green value is 149 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #28957a hue: 0.46 , saturation: 0.58 and the lightness value of 28957a is 0.37.

The process color (four color CMYK) of #28957a color hex is 0.73, 0.00, 0.18, 0.42. Web safe color of #28957a is #339966. Color #28957a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010101 01111010
Octal 50 225 172
Decimal 40 149 122
Hex 28 95 7A

RGB Percentages of Color #28957a

%12.86
%47.91
%39.23

CMYK Percentages of Color #28957a

%73
%0
%18
%42

Triadic Colors of #28957a

#28957a #7a2895 #957a28

Analogous Colors of #28957a

#28957a #287a95 #289544

Monochromatic Colors of #28957a

#28957a

Complementary Color

#28957a #952843

#28957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#28957a Color CSS Codes

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

#28957a Text Font Color

<p style="color:#28957a">Text here</p>

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


#28957a Background Color

<div style="background-color:#28957a">
Div content here</div>

This div background color is #28957a


#28957a Border Color

<div style="border:3px solid #28957a">
Div here</div>

This div border color is #28957a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,149,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28957a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28957a;
  -webkit-box-shadow: 1px 1px 3px 2px #28957a;
  box-shadow:         1px 1px 3px 2px #28957a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28957a


Comments

No comments written yet.

Please login to write comment.