Color Hex Logo

#adfb40 Color Hex

#ADFB40
(173,251,64)
0 Favorites   0 Comments

Color spaces of #adfb40

RGB 17325164
HSL0.240.960.62
HSV85°75°98°
CMYK 0.310.000.75   0.02
XYZ52.656278.248817.1787
Yxy78.24880.35560.5284
Hunter Lab88.4584-48.547250.4067
CIE-Lab90.8933-50.095376.2284

#adfb40 color RGB value is (173,251,64).

#adfb40 hex color red value is 173, green value is 251 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #adfb40 hue: 0.24 , saturation: 0.96 and the lightness value of adfb40 is 0.62.

The process color (four color CMYK) of #adfb40 color hex is 0.31, 0.00, 0.75, 0.02. Web safe color of #adfb40 is #99ff33. Color #adfb40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 01000000
Octal 255 373 100
Decimal 173 251 64
Hex AD FB 40

RGB Percentages of Color #adfb40

%35.45
%51.43
%13.11

CMYK Percentages of Color #adfb40

%31
%0
%75
%2

Triadic Colors of #adfb40

#adfb40 #40adfb #fb40ad

Analogous Colors of #adfb40

#adfb40 #50fb40 #fbec40

Monochromatic Colors of #adfb40

#adfb40

Complementary Color

#adfb40 #8e40fb

#adfb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb40 Color CSS Codes

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

#adfb40 Text Font Color

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

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


#adfb40 Background Color

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

This div background color is #adfb40


#adfb40 Border Color

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

This div border color is #adfb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb40


Comments

No comments written yet.

Please login to write comment.