Color Hex Logo

#adc48b Color Hex

#ADC48B
(173,196,139)
0 Favorites   0 Comments

Color spaces of #adc48b

RGB 173196139
HSL0.230.330.66
HSV84°29°77°
CMYK 0.120.000.29   0.23
XYZ41.633750.228231.9268
Yxy50.22820.33630.4058
Hunter Lab70.8719-19.165922.9010
CIE-Lab76.2091-17.725526.1108

#adc48b color RGB value is (173,196,139).

#adc48b hex color red value is 173, green value is 196 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #adc48b hue: 0.23 , saturation: 0.33 and the lightness value of adc48b is 0.66.

The process color (four color CMYK) of #adc48b color hex is 0.12, 0.00, 0.29, 0.23. Web safe color of #adc48b is #99cc99. Color #adc48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 10001011
Octal 255 304 213
Decimal 173 196 139
Hex AD C4 8B

RGB Percentages of Color #adc48b

%34.06
%38.58
%27.36

CMYK Percentages of Color #adc48b

%12
%0
%29
%23

Triadic Colors of #adc48b

#adc48b #8badc4 #c48bad

Analogous Colors of #adc48b

#adc48b #91c48b #c4bf8b

Monochromatic Colors of #adc48b

#adc48b

Complementary Color

#adc48b #a28bc4

#adc48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc48b Color CSS Codes

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

#adc48b Text Font Color

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

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


#adc48b Background Color

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

This div background color is #adc48b


#adc48b Border Color

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

This div border color is #adc48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc48b


Comments

No comments written yet.

Please login to write comment.