Color Hex Logo

#adbc3b Color Hex

#ADBC3B
(173,188,59)
0 Favorites   0 Comments

Color spaces of #adbc3b

RGB 17318859
HSL0.190.520.48
HSV67°69°74°
CMYK 0.080.000.69   0.26
XYZ36.006245.166410.9579
Yxy45.16640.39080.4902
Hunter Lab67.2060-21.977437.3770
CIE-Lab73.0013-21.842260.4214

#adbc3b color RGB value is (173,188,59).

#adbc3b hex color red value is 173, green value is 188 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #adbc3b hue: 0.19 , saturation: 0.52 and the lightness value of adbc3b is 0.48.

The process color (four color CMYK) of #adbc3b color hex is 0.08, 0.00, 0.69, 0.26. Web safe color of #adbc3b is #99cc33. Color #adbc3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 00111011
Octal 255 274 73
Decimal 173 188 59
Hex AD BC 3B

RGB Percentages of Color #adbc3b

%41.19
%44.76
%14.05

CMYK Percentages of Color #adbc3b

%8
%0
%69
%26

Triadic Colors of #adbc3b

#adbc3b #3badbc #bc3bad

Analogous Colors of #adbc3b

#adbc3b #6dbc3b #bc8b3b

Monochromatic Colors of #adbc3b

#adbc3b

Complementary Color

#adbc3b #4a3bbc

#adbc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc3b Color CSS Codes

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

#adbc3b Text Font Color

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

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


#adbc3b Background Color

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

This div background color is #adbc3b


#adbc3b Border Color

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

This div border color is #adbc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc3b


Comments

No comments written yet.

Please login to write comment.