Color Hex Logo

#028a62 Color Hex

#028A62
(2,138,98)
0 Favorites   0 Comments

Color spaces of #028a62

RGB 213898
HSL0.450.970.27
HSV162°99°54°
CMYK 0.990.000.29   0.46
XYZ11.318119.071714.6400
Yxy19.07170.25130.4235
Hunter Lab43.6712-30.163310.6939
CIE-Lab50.7710-41.817312.6618

#028a62 color RGB value is (2,138,98).

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

The process color (four color CMYK) of #028a62 color hex is 0.99, 0.00, 0.29, 0.46. Web safe color of #028a62 is #009966. Color #028a62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001010 01100010
Octal 2 212 142
Decimal 2 138 98
Hex 2 8A 62

RGB Percentages of Color #028a62

%0.84
%57.98
%41.18

CMYK Percentages of Color #028a62

%99
%0
%29
%46

Triadic Colors of #028a62

#028a62 #62028a #8a6202

Analogous Colors of #028a62

#028a62 #026e8a #028a1e

Monochromatic Colors of #028a62

#028a62

Complementary Color

#028a62 #8a022a

#028a62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028a62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028a62 Color CSS Codes

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

#028a62 Text Font Color

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

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


#028a62 Background Color

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

This div background color is #028a62


#028a62 Border Color

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

This div border color is #028a62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028a62


Comments

No comments written yet.

Please login to write comment.