Color Hex Logo

#adf048 Color Hex

#ADF048
(173,240,72)
0 Favorites   0 Comments

Color spaces of #adf048

RGB 17324072
HSL0.230.850.61
HSV84°70°94°
CMYK 0.280.000.70   0.06
XYZ49.563471.672317.3528
Yxy71.67230.35760.5172
Hunter Lab84.6595-43.652347.1089
CIE-Lab87.8106-45.010570.5496

#adf048 color RGB value is (173,240,72).

#adf048 hex color red value is 173, green value is 240 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #adf048 hue: 0.23 , saturation: 0.85 and the lightness value of adf048 is 0.61.

The process color (four color CMYK) of #adf048 color hex is 0.28, 0.00, 0.70, 0.06. Web safe color of #adf048 is #99ff33. Color #adf048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 01001000
Octal 255 360 110
Decimal 173 240 72
Hex AD F0 48

RGB Percentages of Color #adf048

%35.67
%49.48
%14.85

CMYK Percentages of Color #adf048

%28
%0
%70
%6

Triadic Colors of #adf048

#adf048 #48adf0 #f048ad

Analogous Colors of #adf048

#adf048 #59f048 #f0df48

Monochromatic Colors of #adf048

#adf048

Complementary Color

#adf048 #8b48f0

#adf048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf048 Color CSS Codes

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

#adf048 Text Font Color

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

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


#adf048 Background Color

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

This div background color is #adf048


#adf048 Border Color

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

This div border color is #adf048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf048


Comments

No comments written yet.

Please login to write comment.