Color Hex Logo

#adc270 Color Hex

#ADC270
(173,194,112)
0 Favorites   0 Comments

Color spaces of #adc270

RGB 173194112
HSL0.210.400.60
HSV75°42°76°
CMYK 0.110.000.42   0.24
XYZ39.450048.637722.6380
Yxy48.63770.35630.4393
Hunter Lab69.7407-21.074829.5728
CIE-Lab75.2254-20.243738.8021

#adc270 color RGB value is (173,194,112).

#adc270 hex color red value is 173, green value is 194 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #adc270 hue: 0.21 , saturation: 0.40 and the lightness value of adc270 is 0.60.

The process color (four color CMYK) of #adc270 color hex is 0.11, 0.00, 0.42, 0.24. Web safe color of #adc270 is #99cc66. Color #adc270 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 01110000
Octal 255 302 160
Decimal 173 194 112
Hex AD C2 70

RGB Percentages of Color #adc270

%36.12
%40.50
%23.38

CMYK Percentages of Color #adc270

%11
%0
%42
%24

Triadic Colors of #adc270

#adc270 #70adc2 #c270ad

Analogous Colors of #adc270

#adc270 #84c270 #c2ae70

Monochromatic Colors of #adc270

#adc270

Complementary Color

#adc270 #8570c2

#adc270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc270 Color CSS Codes

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

#adc270 Text Font Color

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

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


#adc270 Background Color

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

This div background color is #adc270


#adc270 Border Color

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

This div border color is #adc270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc270


Comments

No comments written yet.

Please login to write comment.