Color Hex Logo

#028071 Color Hex

#028071
(2,128,113)
0 Favorites   0 Comments

Color spaces of #028071

RGB 2128113
HSL0.480.970.25
HSV173°98°50°
CMYK 0.980.000.12   0.50
XYZ10.724816.643518.2700
Yxy16.64350.23500.3647
Hunter Lab40.7964-24.46872.0055
CIE-Lab47.8077-33.4201-0.2988

#028071 color RGB value is (2,128,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000000 01110001
Octal 2 200 161
Decimal 2 128 113
Hex 2 80 71

RGB Percentages of Color #028071

%0.82
%52.67
%46.50

CMYK Percentages of Color #028071

%98
%0
%12
%50

Triadic Colors of #028071

#028071 #710280 #807102

Analogous Colors of #028071

#028071 #025080 #028032

Monochromatic Colors of #028071

#028071

Complementary Color

#028071 #800211

#028071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028071 Color CSS Codes

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

#028071 Text Font Color

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

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


#028071 Background Color

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

This div background color is #028071


#028071 Border Color

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

This div border color is #028071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028071


Comments

No comments written yet.

Please login to write comment.