Color Hex Logo

#adb133 Color Hex

#ADB133
(173,177,51)
0 Favorites   0 Comments

Color spaces of #adb133

RGB 17317751
HSL0.170.550.45
HSV62°71°69°
CMYK 0.020.000.71   0.31
XYZ33.553340.56759.1938
Yxy40.56750.40270.4869
Hunter Lab63.6926-17.428236.0265
CIE-Lab69.8718-16.762460.3127

#adb133 color RGB value is (173,177,51).

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

The process color (four color CMYK) of #adb133 color hex is 0.02, 0.00, 0.71, 0.31. Web safe color of #adb133 is #999933. Color #adb133 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 00110011
Octal 255 261 63
Decimal 173 177 51
Hex AD B1 33

RGB Percentages of Color #adb133

%43.14
%44.14
%12.72

CMYK Percentages of Color #adb133

%2
%0
%71
%31

Triadic Colors of #adb133

#adb133 #33adb1 #b133ad

Analogous Colors of #adb133

#adb133 #6eb133 #b17633

Monochromatic Colors of #adb133

#adb133

Complementary Color

#adb133 #3733b1

#adb133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb133 Color CSS Codes

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

#adb133 Text Font Color

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

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


#adb133 Background Color

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

This div background color is #adb133


#adb133 Border Color

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

This div border color is #adb133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb133


Comments

No comments written yet.

Please login to write comment.