Color Hex Logo

#adb610 Color Hex

#ADB610
(173,182,16)
0 Favorites   0 Comments

Color spaces of #adb610

RGB 17318216
HSL0.180.840.39
HSV63°91°71°
CMYK 0.050.000.91   0.29
XYZ34.055142.37756.8750
Yxy42.37750.40880.5087
Hunter Lab65.0980-20.541839.3070
CIE-Lab71.1304-20.434470.5843

#adb610 color RGB value is (173,182,16).

#adb610 hex color red value is 173, green value is 182 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #adb610 hue: 0.18 , saturation: 0.84 and the lightness value of adb610 is 0.39.

The process color (four color CMYK) of #adb610 color hex is 0.05, 0.00, 0.91, 0.29. Web safe color of #adb610 is #99cc00. Color #adb610 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 00010000
Octal 255 266 20
Decimal 173 182 16
Hex AD B6 10

RGB Percentages of Color #adb610

%46.63
%49.06
%4.31

CMYK Percentages of Color #adb610

%5
%0
%91
%29

Triadic Colors of #adb610

#adb610 #10adb6 #b610ad

Analogous Colors of #adb610

#adb610 #5ab610 #b66c10

Monochromatic Colors of #adb610

#adb610

Complementary Color

#adb610 #1910b6

#adb610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb610 Color CSS Codes

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

#adb610 Text Font Color

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

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


#adb610 Background Color

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

This div background color is #adb610


#adb610 Border Color

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

This div border color is #adb610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb610


Comments

No comments written yet.

Please login to write comment.