Color Hex Logo

#028276 Color Hex

#028276
(2,130,118)
0 Favorites   0 Comments

Color spaces of #028276

RGB 2130118
HSL0.480.970.26
HSV174°98°51°
CMYK 0.980.000.09   0.49
XYZ11.277717.286219.8817
Yxy17.28620.23280.3568
Hunter Lab41.5767-24.34090.7516
CIE-Lab48.6186-32.8330-2.0533

#028276 color RGB value is (2,130,118).

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

The process color (four color CMYK) of #028276 color hex is 0.98, 0.00, 0.09, 0.49. Web safe color of #028276 is #009966. Color #028276 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000010 01110110
Octal 2 202 166
Decimal 2 130 118
Hex 2 82 76

RGB Percentages of Color #028276

%0.80
%52.00
%47.20

CMYK Percentages of Color #028276

%98
%0
%9
%49

Triadic Colors of #028276

#028276 #760282 #827602

Analogous Colors of #028276

#028276 #024e82 #028236

Monochromatic Colors of #028276

#028276

Complementary Color

#028276 #82020e

#028276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028276 Color CSS Codes

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

#028276 Text Font Color

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

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


#028276 Background Color

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

This div background color is #028276


#028276 Border Color

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

This div border color is #028276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028276


Comments

No comments written yet.

Please login to write comment.