Color Hex Logo

#adfb76 Color Hex

#ADFB76
(173,251,118)
0 Favorites   0 Comments

Color spaces of #adfb76

RGB 173251118
HSL0.260.940.72
HSV95°53°98°
CMYK 0.310.000.53   0.02
XYZ55.000879.186629.5252
Yxy79.18660.33600.4837
Hunter Lab88.9869-45.400142.6188
CIE-Lab91.3187-45.922055.5805

#adfb76 color RGB value is (173,251,118).

#adfb76 hex color red value is 173, green value is 251 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #adfb76 hue: 0.26 , saturation: 0.94 and the lightness value of adfb76 is 0.72.

The process color (four color CMYK) of #adfb76 color hex is 0.31, 0.00, 0.53, 0.02. Web safe color of #adfb76 is #99ff66. Color #adfb76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 01110110
Octal 255 373 166
Decimal 173 251 118
Hex AD FB 76

RGB Percentages of Color #adfb76

%31.92
%46.31
%21.77

CMYK Percentages of Color #adfb76

%31
%0
%53
%2

Triadic Colors of #adfb76

#adfb76 #76adfb #fb76ad

Analogous Colors of #adfb76

#adfb76 #76fb82 #f0fb76

Monochromatic Colors of #adfb76

#adfb76

Complementary Color

#adfb76 #c476fb

#adfb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb76 Color CSS Codes

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

#adfb76 Text Font Color

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

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


#adfb76 Background Color

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

This div background color is #adfb76


#adfb76 Border Color

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

This div border color is #adfb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb76


Comments

No comments written yet.

Please login to write comment.