Color Hex Logo

#a1ecbd Color Hex

#A1ECBD
(161,236,189)
0 Favorites   0 Comments

Color spaces of #a1ecbd

RGB 161236189
HSL0.400.660.78
HSV142°32°93°
CMYK 0.320.000.20   0.07
XYZ53.878771.242159.0555
Yxy71.24210.29250.3868
Hunter Lab84.4050-33.766017.6002
CIE-Lab87.6025-32.757015.5214

#a1ecbd color RGB value is (161,236,189).

#a1ecbd hex color red value is 161, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a1ecbd hue: 0.40 , saturation: 0.66 and the lightness value of a1ecbd is 0.78.

The process color (four color CMYK) of #a1ecbd color hex is 0.32, 0.00, 0.20, 0.07. Web safe color of #a1ecbd is #99ffcc. Color #a1ecbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101100 10111101
Octal 241 354 275
Decimal 161 236 189
Hex A1 EC BD

RGB Percentages of Color #a1ecbd

%27.47
%40.27
%32.25

CMYK Percentages of Color #a1ecbd

%32
%0
%20
%7

Triadic Colors of #a1ecbd

#a1ecbd #bda1ec #ecbda1

Analogous Colors of #a1ecbd

#a1ecbd #a1ece3 #abeca1

Monochromatic Colors of #a1ecbd

#a1ecbd

Complementary Color

#a1ecbd #eca1d0

#a1ecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ecbd Color CSS Codes

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

#a1ecbd Text Font Color

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

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


#a1ecbd Background Color

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

This div background color is #a1ecbd


#a1ecbd Border Color

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

This div border color is #a1ecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ecbd


Comments

No comments written yet.

Please login to write comment.