Color Hex Logo

#a1dcbd Color Hex

#A1DCBD
(161,220,189)
0 Favorites   0 Comments

Color spaces of #a1dcbd

RGB 161220189
HSL0.410.460.75
HSV148°27°86°
CMYK 0.270.000.14   0.14
XYZ49.476462.437657.5881
Yxy62.43760.29190.3684
Hunter Lab79.0175-26.513712.1015
CIE-Lab83.1456-25.13829.1994

#a1dcbd color RGB value is (161,220,189).

#a1dcbd hex color red value is 161, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a1dcbd hue: 0.41 , saturation: 0.46 and the lightness value of a1dcbd is 0.75.

The process color (four color CMYK) of #a1dcbd color hex is 0.27, 0.00, 0.14, 0.14. Web safe color of #a1dcbd is #99cccc. Color #a1dcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011100 10111101
Octal 241 334 275
Decimal 161 220 189
Hex A1 DC BD

RGB Percentages of Color #a1dcbd

%28.25
%38.60
%33.16

CMYK Percentages of Color #a1dcbd

%27
%0
%14
%14

Triadic Colors of #a1dcbd

#a1dcbd #bda1dc #dcbda1

Analogous Colors of #a1dcbd

#a1dcbd #a1dcdb #a3dca1

Monochromatic Colors of #a1dcbd

#a1dcbd

Complementary Color

#a1dcbd #dca1c0

#a1dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dcbd Color CSS Codes

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

#a1dcbd Text Font Color

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

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


#a1dcbd Background Color

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

This div background color is #a1dcbd


#a1dcbd Border Color

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

This div border color is #a1dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dcbd


Comments

No comments written yet.

Please login to write comment.