Color Hex Logo

#a3cb9d Color Hex

#A3CB9D
(163,203,157)
0 Favorites   0 Comments

Color spaces of #a3cb9d

RGB 163203157
HSL0.310.310.71
HSV112°23°80°
CMYK 0.200.000.23   0.20
XYZ42.546052.932739.8729
Yxy52.93270.31430.3911
Hunter Lab72.7549-22.936818.4348
CIE-Lab77.8352-21.981118.6971

#a3cb9d color RGB value is (163,203,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001011 10011101
Octal 243 313 235
Decimal 163 203 157
Hex A3 CB 9D

RGB Percentages of Color #a3cb9d

%31.17
%38.81
%30.02

CMYK Percentages of Color #a3cb9d

%20
%0
%23
%20

Triadic Colors of #a3cb9d

#a3cb9d #9da3cb #cb9da3

Analogous Colors of #a3cb9d

#a3cb9d #9dcbae #bacb9d

Monochromatic Colors of #a3cb9d

#a3cb9d

Complementary Color

#a3cb9d #c59dcb

#a3cb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cb9d Color CSS Codes

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

#a3cb9d Text Font Color

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

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


#a3cb9d Background Color

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

This div background color is #a3cb9d


#a3cb9d Border Color

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

This div border color is #a3cb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cb9d


Comments

No comments written yet.

Please login to write comment.