Color Hex Logo

#adcc8f Color Hex

#ADCC8F
(173,204,143)
0 Favorites   0 Comments

Color spaces of #adcc8f

RGB 173204143
HSL0.250.370.68
HSV90°30°80°
CMYK 0.150.000.30   0.20
XYZ43.784454.053134.1122
Yxy54.05310.33180.4096
Hunter Lab73.5208-22.358023.9552
CIE-Lab78.4927-21.139327.0829

#adcc8f color RGB value is (173,204,143).

#adcc8f hex color red value is 173, green value is 204 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #adcc8f hue: 0.25 , saturation: 0.37 and the lightness value of adcc8f is 0.68.

The process color (four color CMYK) of #adcc8f color hex is 0.15, 0.00, 0.30, 0.20. Web safe color of #adcc8f is #99cc99. Color #adcc8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 10001111
Octal 255 314 217
Decimal 173 204 143
Hex AD CC 8F

RGB Percentages of Color #adcc8f

%33.27
%39.23
%27.50

CMYK Percentages of Color #adcc8f

%15
%0
%30
%20

Triadic Colors of #adcc8f

#adcc8f #8fadcc #cc8fad

Analogous Colors of #adcc8f

#adcc8f #8fcc90 #cccc8f

Monochromatic Colors of #adcc8f

#adcc8f

Complementary Color

#adcc8f #ae8fcc

#adcc8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcc8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcc8f Color CSS Codes

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

#adcc8f Text Font Color

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

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


#adcc8f Background Color

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

This div background color is #adcc8f


#adcc8f Border Color

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

This div border color is #adcc8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcc8f


Comments

No comments written yet.

Please login to write comment.