Color Hex Logo

#adb221 Color Hex

#ADB221
(173,178,33)
0 Favorites   0 Comments

Color spaces of #adb221

RGB 17317833
HSL0.170.690.41
HSV62°81°70°
CMYK 0.030.000.81   0.30
XYZ33.428540.83487.5589
Yxy40.83480.40860.4991
Hunter Lab63.9021-18.451737.7181
CIE-Lab70.0600-18.012266.1811

#adb221 color RGB value is (173,178,33).

#adb221 hex color red value is 173, green value is 178 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #adb221 hue: 0.17 , saturation: 0.69 and the lightness value of adb221 is 0.41.

The process color (four color CMYK) of #adb221 color hex is 0.03, 0.00, 0.81, 0.30. Web safe color of #adb221 is #999933. Color #adb221 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 00100001
Octal 255 262 41
Decimal 173 178 33
Hex AD B2 21

RGB Percentages of Color #adb221

%45.05
%46.35
%8.59

CMYK Percentages of Color #adb221

%3
%0
%81
%30

Triadic Colors of #adb221

#adb221 #21adb2 #b221ad

Analogous Colors of #adb221

#adb221 #65b221 #b26f21

Monochromatic Colors of #adb221

#adb221

Complementary Color

#adb221 #2621b2

#adb221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb221 Color CSS Codes

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

#adb221 Text Font Color

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

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


#adb221 Background Color

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

This div background color is #adb221


#adb221 Border Color

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

This div border color is #adb221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb221


Comments

No comments written yet.

Please login to write comment.