Color Hex Logo

#adba14 Color Hex

#ADBA14
(173,186,20)
0 Favorites   0 Comments

Color spaces of #adba14

RGB 17318620
HSL0.180.810.40
HSV65°89°73°
CMYK 0.070.000.89   0.27
XYZ34.918844.05267.3244
Yxy44.05260.40460.5105
Hunter Lab66.3721-22.241339.9176
CIE-Lab72.2636-22.341870.8393

#adba14 color RGB value is (173,186,20).

#adba14 hex color red value is 173, green value is 186 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #adba14 hue: 0.18 , saturation: 0.81 and the lightness value of adba14 is 0.40.

The process color (four color CMYK) of #adba14 color hex is 0.07, 0.00, 0.89, 0.27. Web safe color of #adba14 is #99cc00. Color #adba14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 00010100
Octal 255 272 24
Decimal 173 186 20
Hex AD BA 14

RGB Percentages of Color #adba14

%45.65
%49.08
%5.28

CMYK Percentages of Color #adba14

%7
%0
%89
%27

Triadic Colors of #adba14

#adba14 #14adba #ba14ad

Analogous Colors of #adba14

#adba14 #5aba14 #ba7414

Monochromatic Colors of #adba14

#adba14

Complementary Color

#adba14 #2114ba

#adba14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba14 Color CSS Codes

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

#adba14 Text Font Color

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

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


#adba14 Background Color

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

This div background color is #adba14


#adba14 Border Color

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

This div border color is #adba14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba14


Comments

No comments written yet.

Please login to write comment.