Color Hex Logo

#028070 Color Hex

#028070
(2,128,112)
0 Favorites   0 Comments

Color spaces of #028070

RGB 2128112
HSL0.480.970.25
HSV172°98°50°
CMYK 0.980.000.13   0.50
XYZ10.668816.621117.9751
Yxy16.62110.23570.3672
Hunter Lab40.7690-24.63422.3972
CIE-Lab47.7790-33.71790.2486

#028070 color RGB value is (2,128,112).

#028070 hex color red value is 2, green value is 128 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #028070 hue: 0.48 , saturation: 0.97 and the lightness value of 028070 is 0.25.

The process color (four color CMYK) of #028070 color hex is 0.98, 0.00, 0.13, 0.50. Web safe color of #028070 is #009966. Color #028070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000000 01110000
Octal 2 200 160
Decimal 2 128 112
Hex 2 80 70

RGB Percentages of Color #028070

%0.83
%52.89
%46.28

CMYK Percentages of Color #028070

%98
%0
%13
%50

Triadic Colors of #028070

#028070 #700280 #807002

Analogous Colors of #028070

#028070 #025180 #028031

Monochromatic Colors of #028070

#028070

Complementary Color

#028070 #800212

#028070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028070 Color CSS Codes

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

#028070 Text Font Color

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

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


#028070 Background Color

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

This div background color is #028070


#028070 Border Color

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

This div border color is #028070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,128,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028070;
  -webkit-box-shadow: 1px 1px 3px 2px #028070;
  box-shadow:         1px 1px 3px 2px #028070; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028070


Comments

No comments written yet.

Please login to write comment.