Color Hex Logo

#a4cb9d Color Hex

#A4CB9D
(164,203,157)
0 Favorites   0 Comments

Color spaces of #a4cb9d

RGB 164203157
HSL0.310.310.71
HSV111°23°80°
CMYK 0.190.000.23   0.20
XYZ42.751653.038739.8825
Yxy53.03870.31510.3909
Hunter Lab72.8277-22.664618.5105
CIE-Lab77.8978-21.635718.7936

#a4cb9d color RGB value is (164,203,157).

#a4cb9d hex color red value is 164, green value is 203 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a4cb9d hue: 0.31 , saturation: 0.31 and the lightness value of a4cb9d is 0.71.

The process color (four color CMYK) of #a4cb9d color hex is 0.19, 0.00, 0.23, 0.20. Web safe color of #a4cb9d is #99cc99. Color #a4cb9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001011 10011101
Octal 244 313 235
Decimal 164 203 157
Hex A4 CB 9D

RGB Percentages of Color #a4cb9d

%31.30
%38.74
%29.96

CMYK Percentages of Color #a4cb9d

%19
%0
%23
%20

Triadic Colors of #a4cb9d

#a4cb9d #9da4cb #cb9da4

Analogous Colors of #a4cb9d

#a4cb9d #9dcbad #bbcb9d

Monochromatic Colors of #a4cb9d

#a4cb9d

Complementary Color

#a4cb9d #c49dcb

#a4cb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cb9d Color CSS Codes

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

#a4cb9d Text Font Color

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

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


#a4cb9d Background Color

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

This div background color is #a4cb9d


#a4cb9d Border Color

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

This div border color is #a4cb9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,203,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4cb9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4cb9d;
  -webkit-box-shadow: 1px 1px 3px 2px #a4cb9d;
  box-shadow:         1px 1px 3px 2px #a4cb9d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,203,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cb9d


Comments

No comments written yet.

Please login to write comment.