Color Hex Logo

#adca10 Color Hex

#ADCA10
(173,202,16)
0 Favorites   0 Comments

Color spaces of #adca10

RGB 17320216
HSL0.190.850.43
HSV69°92°79°
CMYK 0.140.000.92   0.21
XYZ38.447651.16278.3392
Yxy51.16270.39250.5223
Hunter Lab71.5281-29.227343.1573
CIE-Lab76.7775-30.119875.0265

#adca10 color RGB value is (173,202,16).

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

The process color (four color CMYK) of #adca10 color hex is 0.14, 0.00, 0.92, 0.21. Web safe color of #adca10 is #99cc00. Color #adca10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 00010000
Octal 255 312 20
Decimal 173 202 16
Hex AD CA 10

RGB Percentages of Color #adca10

%44.25
%51.66
%4.09

CMYK Percentages of Color #adca10

%14
%0
%92
%21

Triadic Colors of #adca10

#adca10 #10adca #ca10ad

Analogous Colors of #adca10

#adca10 #50ca10 #ca8a10

Monochromatic Colors of #adca10

#adca10

Complementary Color

#adca10 #2d10ca

#adca10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adca10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adca10 Color CSS Codes

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

#adca10 Text Font Color

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

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


#adca10 Background Color

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

This div background color is #adca10


#adca10 Border Color

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

This div border color is #adca10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adca10


Comments

No comments written yet.

Please login to write comment.