Color Hex Logo

#adb405 Color Hex

#ADB405
(173,180,5)
0 Favorites   0 Comments

Color spaces of #adb405

RGB 1731805
HSL0.170.950.36
HSV62°97°71°
CMYK 0.040.000.97   0.29
XYZ33.582241.53776.3912
Yxy41.53770.41200.5096
Hunter Lab64.4497-19.777839.2353
CIE-Lab70.5510-19.588471.4991

#adb405 color RGB value is (173,180,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 00000101
Octal 255 264 5
Decimal 173 180 5
Hex AD B4 5

RGB Percentages of Color #adb405

%48.32
%50.28
%1.40

CMYK Percentages of Color #adb405

%4
%0
%97
%29

Triadic Colors of #adb405

#adb405 #05adb4 #b405ad

Analogous Colors of #adb405

#adb405 #56b405 #b46305

Monochromatic Colors of #adb405

#adb405

Complementary Color

#adb405 #0c05b4

#adb405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb405 Color CSS Codes

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

#adb405 Text Font Color

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

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


#adb405 Background Color

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

This div background color is #adb405


#adb405 Border Color

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

This div border color is #adb405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb405


Comments

No comments written yet.

Please login to write comment.