Color Hex Logo

#8da611 Color Hex

#8DA611
(141,166,17)
0 Favorites   0 Comments

Color spaces of #8da611

RGB 14116617
HSL0.190.810.36
HSV70°90°65°
CMYK 0.150.000.90   0.35
XYZ24.721932.97565.5923
Yxy32.97560.39060.5210
Hunter Lab57.4244-23.646234.4231
CIE-Lab64.1411-26.269163.8314

#8da611 color RGB value is (141,166,17).

#8da611 hex color red value is 141, green value is 166 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #8da611 hue: 0.19 , saturation: 0.81 and the lightness value of 8da611 is 0.36.

The process color (four color CMYK) of #8da611 color hex is 0.15, 0.00, 0.90, 0.35. Web safe color of #8da611 is #999900. Color #8da611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10100110 00010001
Octal 215 246 21
Decimal 141 166 17
Hex 8D A6 11

RGB Percentages of Color #8da611

%43.52
%51.23
%5.25

CMYK Percentages of Color #8da611

%15
%0
%90
%35

Triadic Colors of #8da611

#8da611 #118da6 #a6118d

Analogous Colors of #8da611

#8da611 #43a611 #a67511

Monochromatic Colors of #8da611

#8da611

Complementary Color

#8da611 #2a11a6

#8da611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8da611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8da611 Color CSS Codes

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

#8da611 Text Font Color

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

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


#8da611 Background Color

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

This div background color is #8da611


#8da611 Border Color

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

This div border color is #8da611


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,166,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8da611; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8da611;
  -webkit-box-shadow: 1px 1px 3px 2px #8da611;
  box-shadow:         1px 1px 3px 2px #8da611; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8da611


Comments

No comments written yet.

Please login to write comment.