Color Hex Logo

#adb417 Color Hex

#ADB417
(173,180,23)
0 Favorites   0 Comments

Color spaces of #adb417

RGB 17318023
HSL0.170.770.40
HSV63°87°71°
CMYK 0.040.000.87   0.29
XYZ33.709541.58867.0613
Yxy41.58860.40930.5050
Hunter Lab64.4892-19.551538.6504
CIE-Lab70.5863-19.294768.9333

#adb417 color RGB value is (173,180,23).

#adb417 hex color red value is 173, green value is 180 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #adb417 hue: 0.17 , saturation: 0.77 and the lightness value of adb417 is 0.40.

The process color (four color CMYK) of #adb417 color hex is 0.04, 0.00, 0.87, 0.29. Web safe color of #adb417 is #99cc00. Color #adb417 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 00010111
Octal 255 264 27
Decimal 173 180 23
Hex AD B4 17

RGB Percentages of Color #adb417

%46.01
%47.87
%6.12

CMYK Percentages of Color #adb417

%4
%0
%87
%29

Triadic Colors of #adb417

#adb417 #17adb4 #b417ad

Analogous Colors of #adb417

#adb417 #5fb417 #b46d17

Monochromatic Colors of #adb417

#adb417

Complementary Color

#adb417 #1e17b4

#adb417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb417 Color CSS Codes

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

#adb417 Text Font Color

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

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


#adb417 Background Color

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

This div background color is #adb417


#adb417 Border Color

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

This div border color is #adb417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb417


Comments

No comments written yet.

Please login to write comment.