Color Hex Logo

#adbd67 Color Hex

#ADBD67
(173,189,103)
0 Favorites   0 Comments

Color spaces of #adbd67

RGB 173189103
HSL0.200.390.57
HSV71°46°74°
CMYK 0.080.000.46   0.26
XYZ37.879446.258719.7643
Yxy46.25870.36460.4452
Hunter Lab68.0137-19.610730.3804
CIE-Lab73.7131-18.742041.4367

#adbd67 color RGB value is (173,189,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 01100111
Octal 255 275 147
Decimal 173 189 103
Hex AD BD 67

RGB Percentages of Color #adbd67

%37.20
%40.65
%22.15

CMYK Percentages of Color #adbd67

%8
%0
%46
%26

Triadic Colors of #adbd67

#adbd67 #67adbd #bd67ad

Analogous Colors of #adbd67

#adbd67 #82bd67 #bda267

Monochromatic Colors of #adbd67

#adbd67

Complementary Color

#adbd67 #7767bd

#adbd67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd67 Color CSS Codes

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

#adbd67 Text Font Color

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

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


#adbd67 Background Color

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

This div background color is #adbd67


#adbd67 Border Color

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

This div border color is #adbd67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd67


Comments

No comments written yet.

Please login to write comment.