Color Hex Logo

#8dae2e Color Hex

#8DAE2E
(141,174,46)
0 Favorites   0 Comments

Color spaces of #8dae2e

RGB 14117446
HSL0.210.580.43
HSV75°74°68°
CMYK 0.190.000.74   0.32
XYZ26.613736.13218.1563
Yxy36.13210.37540.5096
Hunter Lab60.1100-26.161634.0320
CIE-Lab66.6207-29.015058.1405

#8dae2e color RGB value is (141,174,46).

#8dae2e hex color red value is 141, green value is 174 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8dae2e hue: 0.21 , saturation: 0.58 and the lightness value of 8dae2e is 0.43.

The process color (four color CMYK) of #8dae2e color hex is 0.19, 0.00, 0.74, 0.32. Web safe color of #8dae2e is #999933. Color #8dae2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 00101110
Octal 215 256 56
Decimal 141 174 46
Hex 8D AE 2E

RGB Percentages of Color #8dae2e

%39.06
%48.20
%12.74

CMYK Percentages of Color #8dae2e

%19
%0
%74
%32

Triadic Colors of #8dae2e

#8dae2e #2e8dae #ae2e8d

Analogous Colors of #8dae2e

#8dae2e #4dae2e #ae8f2e

Monochromatic Colors of #8dae2e

#8dae2e

Complementary Color

#8dae2e #4f2eae

#8dae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dae2e Color CSS Codes

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

#8dae2e Text Font Color

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

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


#8dae2e Background Color

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

This div background color is #8dae2e


#8dae2e Border Color

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

This div border color is #8dae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dae2e


Comments

No comments written yet.

Please login to write comment.