Color Hex Logo

#adc67d Color Hex

#ADC67D
(173,198,125)
0 Favorites   0 Comments

Color spaces of #adc67d

RGB 173198125
HSL0.220.390.63
HSV81°37°78°
CMYK 0.130.000.37   0.22
XYZ41.129350.753127.0306
Yxy50.75310.34590.4268
Hunter Lab71.2412-21.619727.3728
CIE-Lab76.5292-20.644933.8351

#adc67d color RGB value is (173,198,125).

#adc67d hex color red value is 173, green value is 198 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #adc67d hue: 0.22 , saturation: 0.39 and the lightness value of adc67d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 01111101
Octal 255 306 175
Decimal 173 198 125
Hex AD C6 7D

RGB Percentages of Color #adc67d

%34.88
%39.92
%25.20

CMYK Percentages of Color #adc67d

%13
%0
%37
%22

Triadic Colors of #adc67d

#adc67d #7dadc6 #c67dad

Analogous Colors of #adc67d

#adc67d #89c67d #c6bb7d

Monochromatic Colors of #adc67d

#adc67d

Complementary Color

#adc67d #967dc6

#adc67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc67d Color CSS Codes

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

#adc67d Text Font Color

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

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


#adc67d Background Color

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

This div background color is #adc67d


#adc67d Border Color

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

This div border color is #adc67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc67d


Comments

No comments written yet.

Please login to write comment.