Color Hex Logo

#adca6b Color Hex

#ADCA6B
(173,202,107)
0 Favorites   0 Comments

Color spaces of #adca6b

RGB 173202107
HSL0.220.470.61
HSV78°47°79°
CMYK 0.140.000.47   0.21
XYZ41.008052.186821.8216
Yxy52.18680.35650.4537
Hunter Lab72.2404-25.093532.6586
CIE-Lab77.3924-24.737743.9802

#adca6b color RGB value is (173,202,107).

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

The process color (four color CMYK) of #adca6b color hex is 0.14, 0.00, 0.47, 0.21. Web safe color of #adca6b is #99cc66. Color #adca6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 01101011
Octal 255 312 153
Decimal 173 202 107
Hex AD CA 6B

RGB Percentages of Color #adca6b

%35.89
%41.91
%22.20

CMYK Percentages of Color #adca6b

%14
%0
%47
%21

Triadic Colors of #adca6b

#adca6b #6badca #ca6bad

Analogous Colors of #adca6b

#adca6b #7eca6b #cab86b

Monochromatic Colors of #adca6b

#adca6b

Complementary Color

#adca6b #886bca

#adca6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adca6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adca6b Color CSS Codes

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

#adca6b Text Font Color

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

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


#adca6b Background Color

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

This div background color is #adca6b


#adca6b Border Color

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

This div border color is #adca6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adca6b


Comments

No comments written yet.

Please login to write comment.