Color Hex Logo

#adf112 Color Hex

#ADF112
(173,241,18)
0 Favorites   0 Comments

Color spaces of #adf112

RGB 17324118
HSL0.220.890.51
HSV78°93°95°
CMYK 0.280.000.93   0.05
XYZ48.798171.838511.8666
Yxy71.83850.36830.5422
Hunter Lab84.7576-45.556751.0293
CIE-Lab87.8908-47.438383.5894

#adf112 color RGB value is (173,241,18).

#adf112 hex color red value is 173, green value is 241 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #adf112 hue: 0.22 , saturation: 0.89 and the lightness value of adf112 is 0.51.

The process color (four color CMYK) of #adf112 color hex is 0.28, 0.00, 0.93, 0.05. Web safe color of #adf112 is #99ff00. Color #adf112 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 00010010
Octal 255 361 22
Decimal 173 241 18
Hex AD F1 12

RGB Percentages of Color #adf112

%40.05
%55.79
%4.17

CMYK Percentages of Color #adf112

%28
%0
%93
%5

Triadic Colors of #adf112

#adf112 #12adf1 #f112ad

Analogous Colors of #adf112

#adf112 #3ef112 #f1c612

Monochromatic Colors of #adf112

#adf112

Complementary Color

#adf112 #5612f1

#adf112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf112 Color CSS Codes

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

#adf112 Text Font Color

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

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


#adf112 Background Color

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

This div background color is #adf112


#adf112 Border Color

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

This div border color is #adf112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf112


Comments

No comments written yet.

Please login to write comment.