Color Hex Logo

#adcd7f Color Hex

#ADCD7F
(173,205,127)
0 Favorites   0 Comments

Color spaces of #adcd7f

RGB 173205127
HSL0.240.440.65
HSV85°38°80°
CMYK 0.160.000.38   0.20
XYZ42.895754.079228.2562
Yxy54.07920.34250.4318
Hunter Lab73.5386-24.571828.6956
CIE-Lab78.5079-23.835335.3748

#adcd7f color RGB value is (173,205,127).

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

The process color (four color CMYK) of #adcd7f color hex is 0.16, 0.00, 0.38, 0.20. Web safe color of #adcd7f is #99cc66. Color #adcd7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 01111111
Octal 255 315 177
Decimal 173 205 127
Hex AD CD 7F

RGB Percentages of Color #adcd7f

%34.26
%40.59
%25.15

CMYK Percentages of Color #adcd7f

%16
%0
%38
%20

Triadic Colors of #adcd7f

#adcd7f #7fadcd #cd7fad

Analogous Colors of #adcd7f

#adcd7f #86cd7f #cdc67f

Monochromatic Colors of #adcd7f

#adcd7f

Complementary Color

#adcd7f #9f7fcd

#adcd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd7f Color CSS Codes

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

#adcd7f Text Font Color

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

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


#adcd7f Background Color

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

This div background color is #adcd7f


#adcd7f Border Color

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

This div border color is #adcd7f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,205,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 #adcd7f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd7f


Comments

No comments written yet.

Please login to write comment.