Color Hex Logo

#adb216 Color Hex

#ADB216
(173,178,22)
0 Favorites   0 Comments

Color spaces of #adb216

RGB 17317822
HSL0.170.780.39
HSV62°88°70°
CMYK 0.030.000.88   0.30
XYZ33.298840.78306.8759
Yxy40.78300.41130.5038
Hunter Lab63.8616-18.684038.3194
CIE-Lab70.0236-18.312368.6726

#adb216 color RGB value is (173,178,22).

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

The process color (four color CMYK) of #adb216 color hex is 0.03, 0.00, 0.88, 0.30. Web safe color of #adb216 is #999900. Color #adb216 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 00010110
Octal 255 262 26
Decimal 173 178 22
Hex AD B2 16

RGB Percentages of Color #adb216

%46.38
%47.72
%5.90

CMYK Percentages of Color #adb216

%3
%0
%88
%30

Triadic Colors of #adb216

#adb216 #16adb2 #b216ad

Analogous Colors of #adb216

#adb216 #5fb216 #b26916

Monochromatic Colors of #adb216

#adb216

Complementary Color

#adb216 #1b16b2

#adb216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb216 Color CSS Codes

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

#adb216 Text Font Color

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

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


#adb216 Background Color

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

This div background color is #adb216


#adb216 Border Color

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

This div border color is #adb216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb216


Comments

No comments written yet.

Please login to write comment.