Color Hex Logo

#adc70b Color Hex

#ADC70B
(173,199,11)
0 Favorites   0 Comments

Color spaces of #adc70b

RGB 17319911
HSL0.190.900.41
HSV68°94°78°
CMYK 0.130.000.94   0.22
XYZ37.717449.75527.9324
Yxy49.75520.39530.5215
Hunter Lab70.5374-27.993742.7086
CIE-Lab75.9188-28.774574.9502

#adc70b color RGB value is (173,199,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 00001011
Octal 255 307 13
Decimal 173 199 11
Hex AD C7 B

RGB Percentages of Color #adc70b

%45.17
%51.96
%2.87

CMYK Percentages of Color #adc70b

%13
%0
%94
%22

Triadic Colors of #adc70b

#adc70b #0badc7 #c70bad

Analogous Colors of #adc70b

#adc70b #4fc70b #c7830b

Monochromatic Colors of #adc70b

#adc70b

Complementary Color

#adc70b #250bc7

#adc70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc70b Color CSS Codes

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

#adc70b Text Font Color

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

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


#adc70b Background Color

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

This div background color is #adc70b


#adc70b Border Color

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

This div border color is #adc70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc70b


Comments

No comments written yet.

Please login to write comment.