Color Hex Logo

#a5b784 Color Hex

#A5B784
(165,183,132)
0 Favorites   0 Comments

Color spaces of #a5b784

RGB 165183132
HSL0.230.260.62
HSV81°28°72°
CMYK 0.100.000.28   0.28
XYZ36.615443.532228.3025
Yxy43.53220.33760.4014
Hunter Lab65.9789-16.403520.7521
CIE-Lab71.9147-15.129523.9376

#a5b784 color RGB value is (165,183,132).

#a5b784 hex color red value is 165, green value is 183 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a5b784 hue: 0.23 , saturation: 0.26 and the lightness value of a5b784 is 0.62.

The process color (four color CMYK) of #a5b784 color hex is 0.10, 0.00, 0.28, 0.28. Web safe color of #a5b784 is #99cc99. Color #a5b784 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10110111 10000100
Octal 245 267 204
Decimal 165 183 132
Hex A5 B7 84

RGB Percentages of Color #a5b784

%34.38
%38.13
%27.50

CMYK Percentages of Color #a5b784

%10
%0
%28
%28

Triadic Colors of #a5b784

#a5b784 #84a5b7 #b784a5

Analogous Colors of #a5b784

#a5b784 #8cb784 #b7b084

Monochromatic Colors of #a5b784

#a5b784

Complementary Color

#a5b784 #9684b7

#a5b784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5b784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5b784 Color CSS Codes

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

#a5b784 Text Font Color

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

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


#a5b784 Background Color

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

This div background color is #a5b784


#a5b784 Border Color

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

This div border color is #a5b784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5b784


Comments

No comments written yet.

Please login to write comment.