Color Hex Logo

#adc093 Color Hex

#ADC093
(173,192,147)
0 Favorites   0 Comments

Color spaces of #adc093

RGB 173192147
HSL0.240.260.66
HSV85°23°75°
CMYK 0.100.000.23   0.25
XYZ41.349748.690134.8225
Yxy48.69010.33120.3900
Hunter Lab69.7783-16.335319.2564
CIE-Lab75.2581-14.491820.5698

#adc093 color RGB value is (173,192,147).

#adc093 hex color red value is 173, green value is 192 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #adc093 hue: 0.24 , saturation: 0.26 and the lightness value of adc093 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 10010011
Octal 255 300 223
Decimal 173 192 147
Hex AD C0 93

RGB Percentages of Color #adc093

%33.79
%37.50
%28.71

CMYK Percentages of Color #adc093

%10
%0
%23
%25

Triadic Colors of #adc093

#adc093 #93adc0 #c093ad

Analogous Colors of #adc093

#adc093 #97c093 #c0bd93

Monochromatic Colors of #adc093

#adc093

Complementary Color

#adc093 #a693c0

#adc093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc093 Color CSS Codes

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

#adc093 Text Font Color

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

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


#adc093 Background Color

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

This div background color is #adc093


#adc093 Border Color

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

This div border color is #adc093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc093


Comments

No comments written yet.

Please login to write comment.