Color Hex Logo

#adb213 Color Hex

#ADB213
(173,178,19)
0 Favorites   0 Comments

Color spaces of #adb213

RGB 17317819
HSL0.170.810.39
HSV62°89°70°
CMYK 0.030.000.89   0.30
XYZ33.271540.77206.7323
Yxy40.77200.41190.5048
Hunter Lab63.8530-18.732738.4459
CIE-Lab70.0159-18.375469.2176

#adb213 color RGB value is (173,178,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 00010011
Octal 255 262 23
Decimal 173 178 19
Hex AD B2 13

RGB Percentages of Color #adb213

%46.76
%48.11
%5.14

CMYK Percentages of Color #adb213

%3
%0
%89
%30

Triadic Colors of #adb213

#adb213 #13adb2 #b213ad

Analogous Colors of #adb213

#adb213 #5eb213 #b26813

Monochromatic Colors of #adb213

#adb213

Complementary Color

#adb213 #1813b2

#adb213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb213 Color CSS Codes

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

#adb213 Text Font Color

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

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


#adb213 Background Color

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

This div background color is #adb213


#adb213 Border Color

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

This div border color is #adb213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb213


Comments

No comments written yet.

Please login to write comment.