color codes Logo

#adf14a color codes

#ADF14A
(173,241,74)
0 Favorites   0 Comments

Color spaces of #adf14a

RGB 17324174
HSL0.230.860.62
HSV84°69°95°
CMYK 0.280.000.69   0.05
XYZ49.924972.289217.8005
Yxy72.28920.35660.5163
Hunter Lab85.0231-43.976547.1031
CIE-Lab88.1076-45.314670.1370

#adf14a color RGB value is (173,241,74).

#adf14a hex color red value is 173, green value is 241 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #adf14a hue: 0.23 , saturation: 0.86 and the lightness value of adf14a is 0.62.

The process color (four color CMYK) of #adf14a color code is 0.28, 0.00, 0.69, 0.05. Web safe color of #adf14a is #99ff33. Color #adf14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 01001010
Octal 255 361 112
Decimal 173 241 74
Hex AD F1 4A

RGB Percentages of Color #adf14a

%35.45
%49.39
%15.16

CMYK Percentages of Color #adf14a

%28
%0
%69
%5

Triadic Colors of #adf14a

#adf14a #4aadf1 #f14aad

Analogous Colors of #adf14a

#adf14a #5af14a #f1e24a

Monochromatic Colors of #adf14a

#adf14a

Complementary Color

#adf14a #8e4af1

#adf14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf14a Color CSS Codes

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

#adf14a Text Font Color

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

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


#adf14a Background Color

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

This div background color is #adf14a


#adf14a Border Color

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

This div border color is #adf14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf14a


Comments

No comments written yet.

Please login to write comment.