Color Hex Logo

#adbc11 Color Hex

#ADBC11
(173,188,17)
0 Favorites   0 Comments

Color spaces of #adbc11

RGB 17318817
HSL0.180.830.40
HSV65°91°74°
CMYK 0.080.000.91   0.26
XYZ35.318044.89117.3337
Yxy44.89110.40340.5128
Hunter Lab67.0008-23.159140.4109
CIE-Lab72.8201-23.381071.7644

#adbc11 color RGB value is (173,188,17).

#adbc11 hex color red value is 173, green value is 188 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #adbc11 hue: 0.18 , saturation: 0.83 and the lightness value of adbc11 is 0.40.

The process color (four color CMYK) of #adbc11 color hex is 0.08, 0.00, 0.91, 0.26. Web safe color of #adbc11 is #99cc00. Color #adbc11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 00010001
Octal 255 274 21
Decimal 173 188 17
Hex AD BC 11

RGB Percentages of Color #adbc11

%45.77
%49.74
%4.50

CMYK Percentages of Color #adbc11

%8
%0
%91
%26

Triadic Colors of #adbc11

#adbc11 #11adbc #bc11ad

Analogous Colors of #adbc11

#adbc11 #57bc11 #bc7611

Monochromatic Colors of #adbc11

#adbc11

Complementary Color

#adbc11 #2011bc

#adbc11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc11 Color CSS Codes

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

#adbc11 Text Font Color

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

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


#adbc11 Background Color

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

This div background color is #adbc11


#adbc11 Border Color

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

This div border color is #adbc11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc11


Comments

No comments written yet.

Please login to write comment.