Color Hex Logo

#adf30e Color Hex

#ADF30E
(173,243,14)
0 Favorites   0 Comments

Color spaces of #adf30e

RGB 17324314
HSL0.220.910.50
HSV78°94°95°
CMYK 0.290.000.94   0.05
XYZ49.363473.017111.9075
Yxy73.01710.36760.5437
Hunter Lab85.4500-46.420451.5529
CIE-Lab88.4559-48.333884.4540

#adf30e color RGB value is (173,243,14).

#adf30e hex color red value is 173, green value is 243 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #adf30e hue: 0.22 , saturation: 0.91 and the lightness value of adf30e is 0.50.

The process color (four color CMYK) of #adf30e color hex is 0.29, 0.00, 0.94, 0.05. Web safe color of #adf30e is #99ff00. Color #adf30e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110011 00001110
Octal 255 363 16
Decimal 173 243 14
Hex AD F3 E

RGB Percentages of Color #adf30e

%40.23
%56.51
%3.26

CMYK Percentages of Color #adf30e

%29
%0
%94
%5

Triadic Colors of #adf30e

#adf30e #0eadf3 #f30ead

Analogous Colors of #adf30e

#adf30e #3bf30e #f3c70e

Monochromatic Colors of #adf30e

#adf30e

Complementary Color

#adf30e #540ef3

#adf30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf30e Color CSS Codes

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

#adf30e Text Font Color

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

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


#adf30e Background Color

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

This div background color is #adf30e


#adf30e Border Color

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

This div border color is #adf30e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,243,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adf30e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adf30e;
  -webkit-box-shadow: 1px 1px 3px 2px #adf30e;
  box-shadow:         1px 1px 3px 2px #adf30e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,243,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf30e


Comments

No comments written yet.

Please login to write comment.