Color Hex Logo

#adbc66 Color Hex

#ADBC66
(173,188,102)
0 Favorites   0 Comments

Color spaces of #adbc66

RGB 173188102
HSL0.200.390.57
HSV70°46°74°
CMYK 0.080.000.46   0.26
XYZ37.615145.810019.4301
Yxy45.81000.36570.4454
Hunter Lab67.6831-19.243430.3575
CIE-Lab73.4221-18.345441.5769

#adbc66 color RGB value is (173,188,102).

#adbc66 hex color red value is 173, green value is 188 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #adbc66 hue: 0.20 , saturation: 0.39 and the lightness value of adbc66 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 01100110
Octal 255 274 146
Decimal 173 188 102
Hex AD BC 66

RGB Percentages of Color #adbc66

%37.37
%40.60
%22.03

CMYK Percentages of Color #adbc66

%8
%0
%46
%26

Triadic Colors of #adbc66

#adbc66 #66adbc #bc66ad

Analogous Colors of #adbc66

#adbc66 #82bc66 #bca066

Monochromatic Colors of #adbc66

#adbc66

Complementary Color

#adbc66 #7566bc

#adbc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc66 Color CSS Codes

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

#adbc66 Text Font Color

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

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


#adbc66 Background Color

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

This div background color is #adbc66


#adbc66 Border Color

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

This div border color is #adbc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc66


Comments

No comments written yet.

Please login to write comment.