color codes Logo

#adb765 color codes

#ADB765
(173,183,101)
0 Favorites   0 Comments

Color spaces of #adb765

RGB 173183101
HSL0.190.360.56
HSV67°45°72°
CMYK 0.050.000.45   0.28
XYZ36.516043.690818.8205
Yxy43.69080.36870.4412
Hunter Lab66.0990-17.062029.3876
CIE-Lab72.0213-15.918640.3519

#adb765 color RGB value is (173,183,101).

#adb765 hex color red value is 173, green value is 183 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #adb765 hue: 0.19 , saturation: 0.36 and the lightness value of adb765 is 0.56.

The process color (four color CMYK) of #adb765 color code is 0.05, 0.00, 0.45, 0.28. Web safe color of #adb765 is #99cc66. Color #adb765 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 01100101
Octal 255 267 145
Decimal 173 183 101
Hex AD B7 65

RGB Percentages of Color #adb765

%37.86
%40.04
%22.10

CMYK Percentages of Color #adb765

%5
%0
%45
%28

Triadic Colors of #adb765

#adb765 #65adb7 #b765ad

Analogous Colors of #adb765

#adb765 #84b765 #b79865

Monochromatic Colors of #adb765

#adb765

Complementary Color

#adb765 #6f65b7

#adb765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb765 Color CSS Codes

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

#adb765 Text Font Color

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

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


#adb765 Background Color

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

This div background color is #adb765


#adb765 Border Color

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

This div border color is #adb765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb765


Comments

No comments written yet.

Please login to write comment.