Color Hex Logo

#adcc0f Color Hex

#ADCC0F
(173,204,15)
0 Favorites   0 Comments

Color spaces of #adcc0f

RGB 17320415
HSL0.190.860.43
HSV70°93°80°
CMYK 0.150.000.93   0.20
XYZ38.912752.10458.4582
Yxy52.10450.39120.5238
Hunter Lab72.1834-30.095143.5810
CIE-Lab77.3433-31.073675.6000

#adcc0f color RGB value is (173,204,15).

#adcc0f hex color red value is 173, green value is 204 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #adcc0f hue: 0.19 , saturation: 0.86 and the lightness value of adcc0f is 0.43.

The process color (four color CMYK) of #adcc0f color hex is 0.15, 0.00, 0.93, 0.20. Web safe color of #adcc0f is #99cc00. Color #adcc0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 00001111
Octal 255 314 17
Decimal 173 204 15
Hex AD CC F

RGB Percentages of Color #adcc0f

%44.13
%52.04
%3.83

CMYK Percentages of Color #adcc0f

%15
%0
%93
%20

Triadic Colors of #adcc0f

#adcc0f #0fadcc #cc0fad

Analogous Colors of #adcc0f

#adcc0f #4fcc0f #cc8d0f

Monochromatic Colors of #adcc0f

#adcc0f

Complementary Color

#adcc0f #2e0fcc

#adcc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcc0f Color CSS Codes

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

#adcc0f Text Font Color

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

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


#adcc0f Background Color

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

This div background color is #adcc0f


#adcc0f Border Color

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

This div border color is #adcc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcc0f


Comments

No comments written yet.

Please login to write comment.