Color Hex Logo

#adc712 Color Hex

#ADC712
(173,199,18)
0 Favorites   0 Comments

Color spaces of #adc712

RGB 17319918
HSL0.190.830.43
HSV69°91°78°
CMYK 0.130.000.91   0.22
XYZ37.766249.77488.1893
Yxy49.77480.39450.5199
Hunter Lab70.5513-27.913442.5037
CIE-Lab75.9308-28.668174.0788

#adc712 color RGB value is (173,199,18).

#adc712 hex color red value is 173, green value is 199 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #adc712 hue: 0.19 , saturation: 0.83 and the lightness value of adc712 is 0.43.

The process color (four color CMYK) of #adc712 color hex is 0.13, 0.00, 0.91, 0.22. Web safe color of #adc712 is #99cc00. Color #adc712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 00010010
Octal 255 307 22
Decimal 173 199 18
Hex AD C7 12

RGB Percentages of Color #adc712

%44.36
%51.03
%4.62

CMYK Percentages of Color #adc712

%13
%0
%91
%22

Triadic Colors of #adc712

#adc712 #12adc7 #c712ad

Analogous Colors of #adc712

#adc712 #53c712 #c78712

Monochromatic Colors of #adc712

#adc712

Complementary Color

#adc712 #2c12c7

#adc712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc712 Color CSS Codes

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

#adc712 Text Font Color

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

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


#adc712 Background Color

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

This div background color is #adc712


#adc712 Border Color

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

This div border color is #adc712


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,199,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 #adc712">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc712


Comments

No comments written yet.

Please login to write comment.