Color Hex Logo

#adcc10 Color Hex

#ADCC10
(173,204,16)
0 Favorites   0 Comments

Color spaces of #adcc10

RGB 17320416
HSL0.190.850.43
HSV70°92°80°
CMYK 0.150.000.92   0.20
XYZ38.920052.10748.4966
Yxy52.10740.39110.5236
Hunter Lab72.1855-30.083343.5511
CIE-Lab77.3450-31.057975.4740

#adcc10 color RGB value is (173,204,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 00010000
Octal 255 314 20
Decimal 173 204 16
Hex AD CC 10

RGB Percentages of Color #adcc10

%44.02
%51.91
%4.07

CMYK Percentages of Color #adcc10

%15
%0
%92
%20

Triadic Colors of #adcc10

#adcc10 #10adcc #cc10ad

Analogous Colors of #adcc10

#adcc10 #4fcc10 #cc8d10

Monochromatic Colors of #adcc10

#adcc10

Complementary Color

#adcc10 #2f10cc

#adcc10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcc10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcc10 Color CSS Codes

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

#adcc10 Text Font Color

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

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


#adcc10 Background Color

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

This div background color is #adcc10


#adcc10 Border Color

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

This div border color is #adcc10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcc10


Comments

No comments written yet.

Please login to write comment.