Color Hex Logo

#28855f Color Hex

#28855F
(40,133,95)
0 Favorites   0 Comments

Color spaces of #28855f

RGB 4013395
HSL0.430.540.34
HSV155°70°52°
CMYK 0.700.000.29   0.48
XYZ11.328218.052413.7139
Yxy18.05240.26290.4189
Hunter Lab42.4881-26.762510.6046
CIE-Lab49.5596-36.522712.7809

#28855f color RGB value is (40,133,95).

#28855f hex color red value is 40, green value is 133 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #28855f hue: 0.43 , saturation: 0.54 and the lightness value of 28855f is 0.34.

The process color (four color CMYK) of #28855f color hex is 0.70, 0.00, 0.29, 0.48. Web safe color of #28855f is #339966. Color #28855f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10000101 01011111
Octal 50 205 137
Decimal 40 133 95
Hex 28 85 5F

RGB Percentages of Color #28855f

%14.93
%49.63
%35.45

CMYK Percentages of Color #28855f

%70
%0
%29
%48

Triadic Colors of #28855f

#28855f #5f2885 #855f28

Analogous Colors of #28855f

#28855f #287d85 #288531

Monochromatic Colors of #28855f

#28855f

Complementary Color

#28855f #85284e

#28855f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28855f Color Preview on White Background

Lorem ipsum dolor sit amet.

#28855f Color CSS Codes

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

#28855f Text Font Color

<p style="color:#28855f">Text here</p>

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


#28855f Background Color

<div style="background-color:#28855f">
Div content here</div>

This div background color is #28855f


#28855f Border Color

<div style="border:3px solid #28855f">
Div here</div>

This div border color is #28855f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,133,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28855f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28855f;
  -webkit-box-shadow: 1px 1px 3px 2px #28855f;
  box-shadow:         1px 1px 3px 2px #28855f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28855f


Comments

No comments written yet.

Please login to write comment.