Color Hex Logo

#a1cdab Color Hex

#A1CDAB
(161,205,171)
0 Favorites   0 Comments

Color spaces of #a1cdab

RGB 161205171
HSL0.370.310.72
HSV134°21°80°
CMYK 0.210.000.17   0.20
XYZ43.879954.180046.6731
Yxy54.18000.30320.3743
Hunter Lab73.6071-22.401913.9301
CIE-Lab78.5666-21.177212.2467

#a1cdab color RGB value is (161,205,171).

#a1cdab hex color red value is 161, green value is 205 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a1cdab hue: 0.37 , saturation: 0.31 and the lightness value of a1cdab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001101 10101011
Octal 241 315 253
Decimal 161 205 171
Hex A1 CD AB

RGB Percentages of Color #a1cdab

%29.98
%38.18
%31.84

CMYK Percentages of Color #a1cdab

%21
%0
%17
%20

Triadic Colors of #a1cdab

#a1cdab #aba1cd #cdaba1

Analogous Colors of #a1cdab

#a1cdab #a1cdc1 #adcda1

Monochromatic Colors of #a1cdab

#a1cdab

Complementary Color

#a1cdab #cda1c3

#a1cdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cdab Color CSS Codes

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

#a1cdab Text Font Color

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

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


#a1cdab Background Color

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

This div background color is #a1cdab


#a1cdab Border Color

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

This div border color is #a1cdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cdab


Comments

No comments written yet.

Please login to write comment.