Color Hex Logo

#adcf7e Color Hex

#ADCF7E
(173,207,126)
0 Favorites   0 Comments

Color spaces of #adcf7e

RGB 173207126
HSL0.240.460.65
HSV85°39°81°
CMYK 0.160.000.39   0.19
XYZ43.312355.016228.0751
Yxy55.01620.34270.4352
Hunter Lab74.1729-25.569829.4792
CIE-Lab79.0506-24.937036.5837

#adcf7e color RGB value is (173,207,126).

#adcf7e hex color red value is 173, green value is 207 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #adcf7e hue: 0.24 , saturation: 0.46 and the lightness value of adcf7e is 0.65.

The process color (four color CMYK) of #adcf7e color hex is 0.16, 0.00, 0.39, 0.19. Web safe color of #adcf7e is #99cc66. Color #adcf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 01111110
Octal 255 317 176
Decimal 173 207 126
Hex AD CF 7E

RGB Percentages of Color #adcf7e

%34.19
%40.91
%24.90

CMYK Percentages of Color #adcf7e

%16
%0
%39
%19

Triadic Colors of #adcf7e

#adcf7e #7eadcf #cf7ead

Analogous Colors of #adcf7e

#adcf7e #85cf7e #cfc97e

Monochromatic Colors of #adcf7e

#adcf7e

Complementary Color

#adcf7e #a07ecf

#adcf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcf7e Color CSS Codes

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

#adcf7e Text Font Color

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

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


#adcf7e Background Color

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

This div background color is #adcf7e


#adcf7e Border Color

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

This div border color is #adcf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcf7e

#adcf7e Color Palettes


Comments

No comments written yet.

Please login to write comment.