Color Hex Logo

#8aeb3c Color Hex

#8AEB3C
(138,235,60)
0 Favorites   0 Comments

Color spaces of #8aeb3c

RGB 13823560
HSL0.260.810.58
HSV93°74°92°
CMYK 0.410.000.74   0.08
XYZ41.005265.146214.6882
Yxy65.14620.33930.5391
Hunter Lab80.7132-50.563745.7096
CIE-Lab84.5590-55.636970.8047

#8aeb3c color RGB value is (138,235,60).

#8aeb3c hex color red value is 138, green value is 235 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #8aeb3c hue: 0.26 , saturation: 0.81 and the lightness value of 8aeb3c is 0.58.

The process color (four color CMYK) of #8aeb3c color hex is 0.41, 0.00, 0.74, 0.08. Web safe color of #8aeb3c is #99ff33. Color #8aeb3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 00111100
Octal 212 353 74
Decimal 138 235 60
Hex 8A EB 3C

RGB Percentages of Color #8aeb3c

%31.87
%54.27
%13.86

CMYK Percentages of Color #8aeb3c

%41
%0
%74
%8

Triadic Colors of #8aeb3c

#8aeb3c #3c8aeb #eb3c8a

Analogous Colors of #8aeb3c

#8aeb3c #3ceb46 #e2eb3c

Monochromatic Colors of #8aeb3c

#8aeb3c

Complementary Color

#8aeb3c #9d3ceb

#8aeb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeb3c Color CSS Codes

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

#8aeb3c Text Font Color

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

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


#8aeb3c Background Color

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

This div background color is #8aeb3c


#8aeb3c Border Color

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

This div border color is #8aeb3c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,235,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 #8aeb3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeb3c


Comments

No comments written yet.

Please login to write comment.