Color Hex Logo

#adc086 Color Hex

#ADC086
(173,192,134)
0 Favorites   0 Comments

Color spaces of #adc086

RGB 173192134
HSL0.220.320.64
HSV80°30°75°
CMYK 0.100.000.30   0.25
XYZ40.386348.304729.7494
Yxy48.30470.34100.4078
Hunter Lab69.5016-17.904223.2727
CIE-Lab75.0167-16.416727.1469

#adc086 color RGB value is (173,192,134).

#adc086 hex color red value is 173, green value is 192 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #adc086 hue: 0.22 , saturation: 0.32 and the lightness value of adc086 is 0.64.

The process color (four color CMYK) of #adc086 color hex is 0.10, 0.00, 0.30, 0.25. Web safe color of #adc086 is #99cc99. Color #adc086 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 10000110
Octal 255 300 206
Decimal 173 192 134
Hex AD C0 86

RGB Percentages of Color #adc086

%34.67
%38.48
%26.85

CMYK Percentages of Color #adc086

%10
%0
%30
%25

Triadic Colors of #adc086

#adc086 #86adc0 #c086ad

Analogous Colors of #adc086

#adc086 #90c086 #c0b686

Monochromatic Colors of #adc086

#adc086

Complementary Color

#adc086 #9986c0

#adc086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc086 Color CSS Codes

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

#adc086 Text Font Color

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

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


#adc086 Background Color

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

This div background color is #adc086


#adc086 Border Color

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

This div border color is #adc086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc086


Comments

No comments written yet.

Please login to write comment.