Color Hex Logo

#adf130 Color Hex

#ADF130
(173,241,48)
0 Favorites   0 Comments

Color spaces of #adf130

RGB 17324148
HSL0.230.870.57
HSV81°80°95°
CMYK 0.280.000.80   0.05
XYZ49.222472.008214.1010
Yxy72.00820.36370.5321
Hunter Lab84.8576-44.960449.5480
CIE-Lab87.9725-46.633578.0756

#adf130 color RGB value is (173,241,48).

#adf130 hex color red value is 173, green value is 241 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #adf130 hue: 0.23 , saturation: 0.87 and the lightness value of adf130 is 0.57.

The process color (four color CMYK) of #adf130 color hex is 0.28, 0.00, 0.80, 0.05. Web safe color of #adf130 is #99ff33. Color #adf130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 00110000
Octal 255 361 60
Decimal 173 241 48
Hex AD F1 30

RGB Percentages of Color #adf130

%37.45
%52.16
%10.39

CMYK Percentages of Color #adf130

%28
%0
%80
%5

Triadic Colors of #adf130

#adf130 #30adf1 #f130ad

Analogous Colors of #adf130

#adf130 #4df130 #f1d530

Monochromatic Colors of #adf130

#adf130

Complementary Color

#adf130 #7430f1

#adf130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf130 Color CSS Codes

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

#adf130 Text Font Color

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

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


#adf130 Background Color

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

This div background color is #adf130


#adf130 Border Color

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

This div border color is #adf130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf130


Comments

No comments written yet.

Please login to write comment.