Color Hex Logo

#adc26f Color Hex

#ADC26F
(173,194,111)
0 Favorites   0 Comments

Color spaces of #adc26f

RGB 173194111
HSL0.210.400.60
HSV75°43°76°
CMYK 0.110.000.43   0.24
XYZ39.394648.615522.3463
Yxy48.61550.35700.4405
Hunter Lab69.7248-21.165729.8054
CIE-Lab75.2115-20.358639.2893

#adc26f color RGB value is (173,194,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 01101111
Octal 255 302 157
Decimal 173 194 111
Hex AD C2 6F

RGB Percentages of Color #adc26f

%36.19
%40.59
%23.22

CMYK Percentages of Color #adc26f

%11
%0
%43
%24

Triadic Colors of #adc26f

#adc26f #6fadc2 #c26fad

Analogous Colors of #adc26f

#adc26f #84c26f #c2ae6f

Monochromatic Colors of #adc26f

#adc26f

Complementary Color

#adc26f #846fc2

#adc26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc26f Color CSS Codes

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

#adc26f Text Font Color

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

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


#adc26f Background Color

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

This div background color is #adc26f


#adc26f Border Color

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

This div border color is #adc26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc26f


Comments

No comments written yet.

Please login to write comment.