Color Hex Logo

#adb152 Color Hex

#ADB152
(173,177,82)
0 Favorites   0 Comments

Color spaces of #adb152

RGB 17317782
HSL0.170.380.51
HSV63°54°69°
CMYK 0.020.000.54   0.31
XYZ34.478740.937714.0672
Yxy40.93770.38530.4575
Hunter Lab63.9826-15.780131.7523
CIE-Lab70.1323-14.665647.3974

#adb152 color RGB value is (173,177,82).

#adb152 hex color red value is 173, green value is 177 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #adb152 hue: 0.17 , saturation: 0.38 and the lightness value of adb152 is 0.51.

The process color (four color CMYK) of #adb152 color hex is 0.02, 0.00, 0.54, 0.31. Web safe color of #adb152 is #999966. Color #adb152 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 01010010
Octal 255 261 122
Decimal 173 177 82
Hex AD B1 52

RGB Percentages of Color #adb152

%40.05
%40.97
%18.98

CMYK Percentages of Color #adb152

%2
%0
%54
%31

Triadic Colors of #adb152

#adb152 #52adb1 #b152ad

Analogous Colors of #adb152

#adb152 #7eb152 #b18652

Monochromatic Colors of #adb152

#adb152

Complementary Color

#adb152 #5652b1

#adb152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb152 Color CSS Codes

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

#adb152 Text Font Color

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

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


#adb152 Background Color

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

This div background color is #adb152


#adb152 Border Color

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

This div border color is #adb152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb152


Comments

No comments written yet.

Please login to write comment.