Color Hex Logo

#80b318 Color Hex

#80B318
(128,179,24)
0 Favorites   0 Comments

Color spaces of #80b318

RGB 12817924
HSL0.220.760.40
HSV80°87°70°
CMYK 0.280.000.87   0.30
XYZ25.187136.89536.6582
Yxy36.89530.36640.5367
Hunter Lab60.7415-32.280736.0200
CIE-Lab67.1984-37.457464.6511

#80b318 color RGB value is (128,179,24).

#80b318 hex color red value is 128, green value is 179 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #80b318 hue: 0.22 , saturation: 0.76 and the lightness value of 80b318 is 0.40.

The process color (four color CMYK) of #80b318 color hex is 0.28, 0.00, 0.87, 0.30. Web safe color of #80b318 is #99cc00. Color #80b318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110011 00011000
Octal 200 263 30
Decimal 128 179 24
Hex 80 B3 18

RGB Percentages of Color #80b318

%38.67
%54.08
%7.25

CMYK Percentages of Color #80b318

%28
%0
%87
%30

Triadic Colors of #80b318

#80b318 #1880b3 #b31880

Analogous Colors of #80b318

#80b318 #33b318 #b39918

Monochromatic Colors of #80b318

#80b318

Complementary Color

#80b318 #4b18b3

#80b318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b318 Color CSS Codes

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

#80b318 Text Font Color

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

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


#80b318 Background Color

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

This div background color is #80b318


#80b318 Border Color

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

This div border color is #80b318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b318


Comments

No comments written yet.

Please login to write comment.