Color Hex Logo

#8eb23c Color Hex

#8EB23C
(142,178,60)
0 Favorites   0 Comments

Color spaces of #8eb23c

RGB 14217860
HSL0.220.500.47
HSV78°66°70°
CMYK 0.200.000.66   0.30
XYZ27.891337.917810.1238
Yxy37.91780.36730.4994
Hunter Lab61.5774-26.909533.3565
CIE-Lab67.9600-29.634954.1524

#8eb23c color RGB value is (142,178,60).

#8eb23c hex color red value is 142, green value is 178 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #8eb23c hue: 0.22 , saturation: 0.50 and the lightness value of 8eb23c is 0.47.

The process color (four color CMYK) of #8eb23c color hex is 0.20, 0.00, 0.66, 0.30. Web safe color of #8eb23c is #999933. Color #8eb23c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110010 00111100
Octal 216 262 74
Decimal 142 178 60
Hex 8E B2 3C

RGB Percentages of Color #8eb23c

%37.37
%46.84
%15.79

CMYK Percentages of Color #8eb23c

%20
%0
%66
%30

Triadic Colors of #8eb23c

#8eb23c #3c8eb2 #b23c8e

Analogous Colors of #8eb23c

#8eb23c #53b23c #b29b3c

Monochromatic Colors of #8eb23c

#8eb23c

Complementary Color

#8eb23c #603cb2

#8eb23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb23c Color CSS Codes

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

#8eb23c Text Font Color

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

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


#8eb23c Background Color

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

This div background color is #8eb23c


#8eb23c Border Color

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

This div border color is #8eb23c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,178,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8eb23c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8eb23c;
  -webkit-box-shadow: 1px 1px 3px 2px #8eb23c;
  box-shadow:         1px 1px 3px 2px #8eb23c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb23c


Comments

No comments written yet.

Please login to write comment.