Color Hex Logo

#adc612 Color Hex

#ADC612
(173,198,18)
0 Favorites   0 Comments

Color spaces of #adc612

RGB 17319818
HSL0.190.830.42
HSV68°91°78°
CMYK 0.130.000.91   0.22
XYZ37.536849.31618.1128
Yxy49.31610.39530.5193
Hunter Lab70.2254-27.482942.3083
CIE-Lab75.6476-28.192973.8541

#adc612 color RGB value is (173,198,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 00010010
Octal 255 306 22
Decimal 173 198 18
Hex AD C6 12

RGB Percentages of Color #adc612

%44.47
%50.90
%4.63

CMYK Percentages of Color #adc612

%13
%0
%91
%22

Triadic Colors of #adc612

#adc612 #12adc6 #c612ad

Analogous Colors of #adc612

#adc612 #53c612 #c68512

Monochromatic Colors of #adc612

#adc612

Complementary Color

#adc612 #2b12c6

#adc612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc612 Color CSS Codes

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

#adc612 Text Font Color

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

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


#adc612 Background Color

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

This div background color is #adc612


#adc612 Border Color

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

This div border color is #adc612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc612


Comments

No comments written yet.

Please login to write comment.