Color Hex Logo

#a1cbaa Color Hex

#A1CBAA
(161,203,170)
0 Favorites   0 Comments

Color spaces of #a1cbaa

RGB 161203170
HSL0.370.290.71
HSV133°21°80°
CMYK 0.210.000.16   0.20
XYZ43.309653.191246.0145
Yxy53.19120.30390.3732
Hunter Lab72.9323-21.632313.6453
CIE-Lab77.9877-20.363711.9614

#a1cbaa color RGB value is (161,203,170).

#a1cbaa hex color red value is 161, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a1cbaa hue: 0.37 , saturation: 0.29 and the lightness value of a1cbaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001011 10101010
Octal 241 313 252
Decimal 161 203 170
Hex A1 CB AA

RGB Percentages of Color #a1cbaa

%30.15
%38.01
%31.84

CMYK Percentages of Color #a1cbaa

%21
%0
%16
%20

Triadic Colors of #a1cbaa

#a1cbaa #aaa1cb #cbaaa1

Analogous Colors of #a1cbaa

#a1cbaa #a1cbbf #adcba1

Monochromatic Colors of #a1cbaa

#a1cbaa

Complementary Color

#a1cbaa #cba1c2

#a1cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cbaa Color CSS Codes

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

#a1cbaa Text Font Color

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

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


#a1cbaa Background Color

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

This div background color is #a1cbaa


#a1cbaa Border Color

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

This div border color is #a1cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cbaa


Comments

No comments written yet.

Please login to write comment.