Color Hex Logo

#adba48 Color Hex

#ADBA48
(173,186,72)
0 Favorites   0 Comments

Color spaces of #adba48

RGB 17318672
HSL0.190.450.51
HSV67°61°73°
CMYK 0.070.000.61   0.27
XYZ35.962244.469912.8190
Yxy44.46990.38560.4769
Hunter Lab66.6858-20.438835.2827
CIE-Lab72.5415-20.007454.6347

#adba48 color RGB value is (173,186,72).

#adba48 hex color red value is 173, green value is 186 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #adba48 hue: 0.19 , saturation: 0.45 and the lightness value of adba48 is 0.51.

The process color (four color CMYK) of #adba48 color hex is 0.07, 0.00, 0.61, 0.27. Web safe color of #adba48 is #99cc33. Color #adba48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 01001000
Octal 255 272 110
Decimal 173 186 72
Hex AD BA 48

RGB Percentages of Color #adba48

%40.14
%43.16
%16.71

CMYK Percentages of Color #adba48

%7
%0
%61
%27

Triadic Colors of #adba48

#adba48 #48adba #ba48ad

Analogous Colors of #adba48

#adba48 #74ba48 #ba8e48

Monochromatic Colors of #adba48

#adba48

Complementary Color

#adba48 #5548ba

#adba48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba48 Color CSS Codes

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

#adba48 Text Font Color

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

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


#adba48 Background Color

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

This div background color is #adba48


#adba48 Border Color

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

This div border color is #adba48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba48


Comments

No comments written yet.

Please login to write comment.