Color Hex Logo

#adcc1f Color Hex

#ADCC1F
(173,204,31)
0 Favorites   0 Comments

Color spaces of #adcc1f

RGB 17320431
HSL0.200.740.46
HSV71°85°80°
CMYK 0.150.000.85   0.20
XYZ39.073852.16899.3065
Yxy52.16890.38860.5188
Hunter Lab72.2280-29.834542.9202
CIE-Lab77.3817-30.727772.9037

#adcc1f color RGB value is (173,204,31).

#adcc1f hex color red value is 173, green value is 204 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #adcc1f hue: 0.20 , saturation: 0.74 and the lightness value of adcc1f is 0.46.

The process color (four color CMYK) of #adcc1f color hex is 0.15, 0.00, 0.85, 0.20. Web safe color of #adcc1f is #99cc33. Color #adcc1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 00011111
Octal 255 314 37
Decimal 173 204 31
Hex AD CC 1F

RGB Percentages of Color #adcc1f

%42.40
%50.00
%7.60

CMYK Percentages of Color #adcc1f

%15
%0
%85
%20

Triadic Colors of #adcc1f

#adcc1f #1fadcc #cc1fad

Analogous Colors of #adcc1f

#adcc1f #57cc1f #cc951f

Monochromatic Colors of #adcc1f

#adcc1f

Complementary Color

#adcc1f #3e1fcc

#adcc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcc1f Color CSS Codes

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

#adcc1f Text Font Color

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

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


#adcc1f Background Color

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

This div background color is #adcc1f


#adcc1f Border Color

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

This div border color is #adcc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcc1f


Comments

No comments written yet.

Please login to write comment.