Color Hex Logo

#adbd57 Color Hex

#ADBD57
(173,189,87)
0 Favorites   0 Comments

Color spaces of #adbd57

RGB 17318987
HSL0.190.440.54
HSV69°54°74°
CMYK 0.080.000.54   0.26
XYZ37.151545.967515.9314
Yxy45.96750.37510.4641
Hunter Lab67.7993-20.837533.5276
CIE-Lab73.5244-20.301048.9636

#adbd57 color RGB value is (173,189,87).

#adbd57 hex color red value is 173, green value is 189 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #adbd57 hue: 0.19 , saturation: 0.44 and the lightness value of adbd57 is 0.54.

The process color (four color CMYK) of #adbd57 color hex is 0.08, 0.00, 0.54, 0.26. Web safe color of #adbd57 is #99cc66. Color #adbd57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 01010111
Octal 255 275 127
Decimal 173 189 87
Hex AD BD 57

RGB Percentages of Color #adbd57

%38.53
%42.09
%19.38

CMYK Percentages of Color #adbd57

%8
%0
%54
%26

Triadic Colors of #adbd57

#adbd57 #57adbd #bd57ad

Analogous Colors of #adbd57

#adbd57 #7abd57 #bd9a57

Monochromatic Colors of #adbd57

#adbd57

Complementary Color

#adbd57 #6757bd

#adbd57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd57 Color CSS Codes

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

#adbd57 Text Font Color

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

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


#adbd57 Background Color

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

This div background color is #adbd57


#adbd57 Border Color

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

This div border color is #adbd57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd57


Comments

No comments written yet.

Please login to write comment.