Color Hex Logo

#adbd66 Color Hex

#ADBD66
(173,189,102)
0 Favorites   0 Comments

Color spaces of #adbd66

RGB 173189102
HSL0.200.400.57
HSV71°46°74°
CMYK 0.080.000.46   0.26
XYZ37.829446.238719.5015
Yxy46.23870.36530.4465
Hunter Lab67.9990-19.694830.5955
CIE-Lab73.7002-18.848241.9186

#adbd66 color RGB value is (173,189,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 01100110
Octal 255 275 146
Decimal 173 189 102
Hex AD BD 66

RGB Percentages of Color #adbd66

%37.28
%40.73
%21.98

CMYK Percentages of Color #adbd66

%8
%0
%46
%26

Triadic Colors of #adbd66

#adbd66 #66adbd #bd66ad

Analogous Colors of #adbd66

#adbd66 #82bd66 #bda266

Monochromatic Colors of #adbd66

#adbd66

Complementary Color

#adbd66 #7666bd

#adbd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd66 Color CSS Codes

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

#adbd66 Text Font Color

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

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


#adbd66 Background Color

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

This div background color is #adbd66


#adbd66 Border Color

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

This div border color is #adbd66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,189,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 #adbd66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd66


Comments

No comments written yet.

Please login to write comment.