Color Hex Logo

#adcd6a Color Hex

#ADCD6A
(173,205,106)
0 Favorites   0 Comments

Color spaces of #adcd6a

RGB 173205106
HSL0.220.500.61
HSV79°48°80°
CMYK 0.160.000.48   0.20
XYZ41.666453.587521.7830
Yxy53.58750.35600.4579
Hunter Lab73.2035-26.506433.5996
CIE-Lab78.2206-26.296245.4771

#adcd6a color RGB value is (173,205,106).

#adcd6a hex color red value is 173, green value is 205 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #adcd6a hue: 0.22 , saturation: 0.50 and the lightness value of adcd6a is 0.61.

The process color (four color CMYK) of #adcd6a color hex is 0.16, 0.00, 0.48, 0.20. Web safe color of #adcd6a is #99cc66. Color #adcd6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 01101010
Octal 255 315 152
Decimal 173 205 106
Hex AD CD 6A

RGB Percentages of Color #adcd6a

%35.74
%42.36
%21.90

CMYK Percentages of Color #adcd6a

%16
%0
%48
%20

Triadic Colors of #adcd6a

#adcd6a #6aadcd #cd6aad

Analogous Colors of #adcd6a

#adcd6a #7ccd6a #cdbc6a

Monochromatic Colors of #adcd6a

#adcd6a

Complementary Color

#adcd6a #8a6acd

#adcd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd6a Color CSS Codes

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

#adcd6a Text Font Color

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

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


#adcd6a Background Color

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

This div background color is #adcd6a


#adcd6a Border Color

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

This div border color is #adcd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd6a


Comments

No comments written yet.

Please login to write comment.