Color Hex Logo

#adab58 Color Hex

#ADAB58
(173,171,88)
0 Favorites   0 Comments

Color spaces of #adab58

RGB 17317188
HSL0.160.340.51
HSV59°49°68°
CMYK 0.000.010.49   0.32
XYZ33.557938.714614.9365
Yxy38.71460.38480.4439
Hunter Lab62.2211-12.615829.3219
CIE-Lab68.5440-11.022942.6179

#adab58 color RGB value is (173,171,88).

#adab58 hex color red value is 173, green value is 171 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #adab58 hue: 0.16 , saturation: 0.34 and the lightness value of adab58 is 0.51.

The process color (four color CMYK) of #adab58 color hex is 0.00, 0.01, 0.49, 0.32. Web safe color of #adab58 is #999966. Color #adab58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 01011000
Octal 255 253 130
Decimal 173 171 88
Hex AD AB 58

RGB Percentages of Color #adab58

%40.05
%39.58
%20.37

CMYK Percentages of Color #adab58

%0
%1
%49
%32

Triadic Colors of #adab58

#adab58 #58adab #ab58ad

Analogous Colors of #adab58

#adab58 #85ad58 #ad8158

Monochromatic Colors of #adab58

#adab58

Complementary Color

#adab58 #585aad

#adab58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab58 Color CSS Codes

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

#adab58 Text Font Color

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

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


#adab58 Background Color

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

This div background color is #adab58


#adab58 Border Color

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

This div border color is #adab58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab58


Comments

No comments written yet.

Please login to write comment.