Color Hex Logo

#adf849 Color Hex

#ADF849
(173,248,73)
0 Favorites   0 Comments

Color spaces of #adf849

RGB 17324873
HSL0.240.930.63
HSV86°71°97°
CMYK 0.300.000.71   0.03
XYZ52.003676.500118.3284
Yxy76.50010.35420.5210
Hunter Lab87.4643-46.932048.8006
CIE-Lab90.0910-48.340772.4861

#adf849 color RGB value is (173,248,73).

#adf849 hex color red value is 173, green value is 248 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #adf849 hue: 0.24 , saturation: 0.93 and the lightness value of adf849 is 0.63.

The process color (four color CMYK) of #adf849 color hex is 0.30, 0.00, 0.71, 0.03. Web safe color of #adf849 is #99ff33. Color #adf849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 01001001
Octal 255 370 111
Decimal 173 248 73
Hex AD F8 49

RGB Percentages of Color #adf849

%35.02
%50.20
%14.78

CMYK Percentages of Color #adf849

%30
%0
%71
%3

Triadic Colors of #adf849

#adf849 #49adf8 #f849ad

Analogous Colors of #adf849

#adf849 #56f849 #f8ec49

Monochromatic Colors of #adf849

#adf849

Complementary Color

#adf849 #9449f8

#adf849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf849 Color CSS Codes

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

#adf849 Text Font Color

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

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


#adf849 Background Color

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

This div background color is #adf849


#adf849 Border Color

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

This div border color is #adf849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf849


Comments

No comments written yet.

Please login to write comment.