Color Hex Logo

#8ad256 Color Hex

#8AD256
(138,210,86)
0 Favorites   0 Comments

Color spaces of #8ad256

RGB 13821086
HSL0.260.580.58
HSV95°59°82°
CMYK 0.340.000.59   0.18
XYZ35.207552.168317.0180
Yxy52.16830.33730.4997
Hunter Lab72.2276-39.388236.5897
CIE-Lab77.3814-43.416853.2700

#8ad256 color RGB value is (138,210,86).

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

The process color (four color CMYK) of #8ad256 color hex is 0.34, 0.00, 0.59, 0.18. Web safe color of #8ad256 is #99cc66. Color #8ad256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010010 01010110
Octal 212 322 126
Decimal 138 210 86
Hex 8A D2 56

RGB Percentages of Color #8ad256

%31.80
%48.39
%19.82

CMYK Percentages of Color #8ad256

%34
%0
%59
%18

Triadic Colors of #8ad256

#8ad256 #568ad2 #d2568a

Analogous Colors of #8ad256

#8ad256 #56d260 #c8d256

Monochromatic Colors of #8ad256

#8ad256

Complementary Color

#8ad256 #9e56d2

#8ad256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad256 Color CSS Codes

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

#8ad256 Text Font Color

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

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


#8ad256 Background Color

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

This div background color is #8ad256


#8ad256 Border Color

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

This div border color is #8ad256


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,210,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad256


Comments

No comments written yet.

Please login to write comment.