Color Hex Logo

#8ada30 Color Hex

#8ADA30
(138,218,48)
0 Favorites   0 Comments

Color spaces of #8ada30

RGB 13821848
HSL0.250.700.52
HSV88°78°85°
CMYK 0.370.000.78   0.15
XYZ36.086155.759511.6570
Yxy55.75950.34860.5387
Hunter Lab74.6723-44.414743.0149
CIE-Lab79.4767-49.486169.6482

#8ada30 color RGB value is (138,218,48).

#8ada30 hex color red value is 138, green value is 218 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #8ada30 hue: 0.25 , saturation: 0.70 and the lightness value of 8ada30 is 0.52.

The process color (four color CMYK) of #8ada30 color hex is 0.37, 0.00, 0.78, 0.15. Web safe color of #8ada30 is #99cc33. Color #8ada30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 00110000
Octal 212 332 60
Decimal 138 218 48
Hex 8A DA 30

RGB Percentages of Color #8ada30

%34.16
%53.96
%11.88

CMYK Percentages of Color #8ada30

%37
%0
%78
%15

Triadic Colors of #8ada30

#8ada30 #308ada #da308a

Analogous Colors of #8ada30

#8ada30 #35da30 #dad530

Monochromatic Colors of #8ada30

#8ada30

Complementary Color

#8ada30 #8030da

#8ada30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ada30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ada30 Color CSS Codes

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

#8ada30 Text Font Color

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

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


#8ada30 Background Color

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

This div background color is #8ada30


#8ada30 Border Color

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

This div border color is #8ada30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ada30


Comments

No comments written yet.

Please login to write comment.