Color Hex Logo

#028d60 Color Hex

#028D60
(2,141,96)
0 Favorites   0 Comments

Color spaces of #028d60

RGB 214196
HSL0.450.970.28
HSV161°99°55°
CMYK 0.990.000.32   0.45
XYZ11.661219.907214.2942
Yxy19.90720.25430.4341
Hunter Lab44.6175-31.427912.2374
CIE-Lab51.7321-43.499215.1321

#028d60 color RGB value is (2,141,96).

#028d60 hex color red value is 2, green value is 141 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #028d60 hue: 0.45 , saturation: 0.97 and the lightness value of 028d60 is 0.28.

The process color (four color CMYK) of #028d60 color hex is 0.99, 0.00, 0.32, 0.45. Web safe color of #028d60 is #009966. Color #028d60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001101 01100000
Octal 2 215 140
Decimal 2 141 96
Hex 2 8D 60

RGB Percentages of Color #028d60

%0.84
%59.00
%40.17

CMYK Percentages of Color #028d60

%99
%0
%32
%45

Triadic Colors of #028d60

#028d60 #60028d #8d6002

Analogous Colors of #028d60

#028d60 #02758d #028d1b

Monochromatic Colors of #028d60

#028d60

Complementary Color

#028d60 #8d022f

#028d60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028d60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028d60 Color CSS Codes

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

#028d60 Text Font Color

<p style="color:#028d60">Text here</p>

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


#028d60 Background Color

<div style="background-color:#028d60">
Div content here</div>

This div background color is #028d60


#028d60 Border Color

<div style="border:3px solid #028d60">
Div here</div>

This div border color is #028d60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,141,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028d60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028d60;
  -webkit-box-shadow: 1px 1px 3px 2px #028d60;
  box-shadow:         1px 1px 3px 2px #028d60; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028d60


Comments

No comments written yet.

Please login to write comment.