Color Hex Logo

#adc67f Color Hex

#ADC67F
(173,198,127)
0 Favorites   0 Comments

Color spaces of #adc67f

RGB 173198127
HSL0.230.380.64
HSV81°36°78°
CMYK 0.130.000.36   0.22
XYZ41.258450.804727.7104
Yxy50.80470.34450.4242
Hunter Lab71.2774-21.412126.8441
CIE-Lab76.5606-20.384732.8441

#adc67f color RGB value is (173,198,127).

#adc67f hex color red value is 173, green value is 198 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #adc67f hue: 0.23 , saturation: 0.38 and the lightness value of adc67f is 0.64.

The process color (four color CMYK) of #adc67f color hex is 0.13, 0.00, 0.36, 0.22. Web safe color of #adc67f is #99cc66. Color #adc67f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 01111111
Octal 255 306 177
Decimal 173 198 127
Hex AD C6 7F

RGB Percentages of Color #adc67f

%34.74
%39.76
%25.50

CMYK Percentages of Color #adc67f

%13
%0
%36
%22

Triadic Colors of #adc67f

#adc67f #7fadc6 #c67fad

Analogous Colors of #adc67f

#adc67f #8ac67f #c6bc7f

Monochromatic Colors of #adc67f

#adc67f

Complementary Color

#adc67f #987fc6

#adc67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc67f Color CSS Codes

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

#adc67f Text Font Color

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

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


#adc67f Background Color

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

This div background color is #adc67f


#adc67f Border Color

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

This div border color is #adc67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc67f


Comments

No comments written yet.

Please login to write comment.