Color Hex Logo

#80d336 Color Hex

#80D336
(128,211,54)
0 Favorites   0 Comments

Color spaces of #80d336

RGB 12821154
HSL0.250.640.52
HSV92°74°83°
CMYK 0.390.000.74   0.17
XYZ32.862251.444111.6877
Yxy51.44410.34230.5359
Hunter Lab71.7245-43.734240.5457
CIE-Lab76.9472-49.702965.2037

#80d336 color RGB value is (128,211,54).

#80d336 hex color red value is 128, green value is 211 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #80d336 hue: 0.25 , saturation: 0.64 and the lightness value of 80d336 is 0.52.

The process color (four color CMYK) of #80d336 color hex is 0.39, 0.00, 0.74, 0.17. Web safe color of #80d336 is #99cc33. Color #80d336 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11010011 00110110
Octal 200 323 66
Decimal 128 211 54
Hex 80 D3 36

RGB Percentages of Color #80d336

%32.57
%53.69
%13.74

CMYK Percentages of Color #80d336

%39
%0
%74
%17

Triadic Colors of #80d336

#80d336 #3680d3 #d33680

Analogous Colors of #80d336

#80d336 #36d33b #cfd336

Monochromatic Colors of #80d336

#80d336

Complementary Color

#80d336 #8936d3

#80d336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80d336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80d336 Color CSS Codes

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

#80d336 Text Font Color

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

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


#80d336 Background Color

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

This div background color is #80d336


#80d336 Border Color

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

This div border color is #80d336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80d336


Comments

No comments written yet.

Please login to write comment.