Color Hex Logo

#adfb74 Color Hex

#ADFB74
(173,251,116)
0 Favorites   0 Comments

Color spaces of #adfb74

RGB 173251116
HSL0.260.940.72
HSV95°54°98°
CMYK 0.310.000.54   0.02
XYZ54.883179.139628.9058
Yxy79.13960.33690.4857
Hunter Lab88.9604-45.557343.0073
CIE-Lab91.2974-46.127856.4555

#adfb74 color RGB value is (173,251,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 01110100
Octal 255 373 164
Decimal 173 251 116
Hex AD FB 74

RGB Percentages of Color #adfb74

%32.04
%46.48
%21.48

CMYK Percentages of Color #adfb74

%31
%0
%54
%2

Triadic Colors of #adfb74

#adfb74 #74adfb #fb74ad

Analogous Colors of #adfb74

#adfb74 #74fb7f #f1fb74

Monochromatic Colors of #adfb74

#adfb74

Complementary Color

#adfb74 #c274fb

#adfb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb74 Color CSS Codes

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

#adfb74 Text Font Color

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

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


#adfb74 Background Color

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

This div background color is #adfb74


#adfb74 Border Color

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

This div border color is #adfb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb74


Comments

No comments written yet.

Please login to write comment.