Color Hex Logo

#8ad350 Color Hex

#8AD350
(138,211,80)
0 Favorites   0 Comments

Color spaces of #8ad350

RGB 13821180
HSL0.260.600.57
HSV93°62°83°
CMYK 0.350.000.62   0.17
XYZ35.223552.571015.8802
Yxy52.57100.33980.5071
Hunter Lab72.5059-40.169637.7684
CIE-Lab77.6210-44.395456.1397

#8ad350 color RGB value is (138,211,80).

#8ad350 hex color red value is 138, green value is 211 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #8ad350 hue: 0.26 , saturation: 0.60 and the lightness value of 8ad350 is 0.57.

The process color (four color CMYK) of #8ad350 color hex is 0.35, 0.00, 0.62, 0.17. Web safe color of #8ad350 is #99cc66. Color #8ad350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010011 01010000
Octal 212 323 120
Decimal 138 211 80
Hex 8A D3 50

RGB Percentages of Color #8ad350

%32.17
%49.18
%18.65

CMYK Percentages of Color #8ad350

%35
%0
%62
%17

Triadic Colors of #8ad350

#8ad350 #508ad3 #d3508a

Analogous Colors of #8ad350

#8ad350 #50d358 #ccd350

Monochromatic Colors of #8ad350

#8ad350

Complementary Color

#8ad350 #9950d3

#8ad350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad350 Color CSS Codes

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

#8ad350 Text Font Color

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

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


#8ad350 Background Color

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

This div background color is #8ad350


#8ad350 Border Color

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

This div border color is #8ad350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad350


Comments

No comments written yet.

Please login to write comment.