Color Hex Logo

#adcd0b Color Hex

#ADCD0B
(173,205,11)
0 Favorites   0 Comments

Color spaces of #adcd0b

RGB 17320511
HSL0.190.900.42
HSV70°95°80°
CMYK 0.160.000.95   0.20
XYZ39.125352.57108.4017
Yxy52.57100.39090.5252
Hunter Lab72.5059-30.563943.8838
CIE-Lab77.6210-31.595976.2693

#adcd0b color RGB value is (173,205,11).

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

The process color (four color CMYK) of #adcd0b color hex is 0.16, 0.00, 0.95, 0.20. Web safe color of #adcd0b is #99cc00. Color #adcd0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 00001011
Octal 255 315 13
Decimal 173 205 11
Hex AD CD B

RGB Percentages of Color #adcd0b

%44.47
%52.70
%2.83

CMYK Percentages of Color #adcd0b

%16
%0
%95
%20

Triadic Colors of #adcd0b

#adcd0b #0badcd #cd0bad

Analogous Colors of #adcd0b

#adcd0b #4ccd0b #cd8c0b

Monochromatic Colors of #adcd0b

#adcd0b

Complementary Color

#adcd0b #2b0bcd

#adcd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd0b Color CSS Codes

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

#adcd0b Text Font Color

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

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


#adcd0b Background Color

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

This div background color is #adcd0b


#adcd0b Border Color

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

This div border color is #adcd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd0b


Comments

No comments written yet.

Please login to write comment.