color codes Logo

#adb528 color codes

#ADB528
(173,181,40)
0 Favorites   0 Comments

Color spaces of #adb528

RGB 17318140
HSL0.180.640.43
HSV63°78°71°
CMYK 0.040.000.78   0.29
XYZ34.140542.08528.3313
Yxy42.08520.40380.4977
Hunter Lab64.8731-19.589537.7969
CIE-Lab70.9296-19.272364.9709

#adb528 color RGB value is (173,181,40).

#adb528 hex color red value is 173, green value is 181 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #adb528 hue: 0.18 , saturation: 0.64 and the lightness value of adb528 is 0.43.

The process color (four color CMYK) of #adb528 color code is 0.04, 0.00, 0.78, 0.29. Web safe color of #adb528 is #99cc33. Color #adb528 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 00101000
Octal 255 265 50
Decimal 173 181 40
Hex AD B5 28

RGB Percentages of Color #adb528

%43.91
%45.94
%10.15

CMYK Percentages of Color #adb528

%4
%0
%78
%29

Triadic Colors of #adb528

#adb528 #28adb5 #b528ad

Analogous Colors of #adb528

#adb528 #67b528 #b57728

Monochromatic Colors of #adb528

#adb528

Complementary Color

#adb528 #3028b5

#adb528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb528 Color CSS Codes

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

#adb528 Text Font Color

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

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


#adb528 Background Color

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

This div background color is #adb528


#adb528 Border Color

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

This div border color is #adb528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb528


Comments

No comments written yet.

Please login to write comment.