Color Hex Logo

#a0ecbd Color Hex

#A0ECBD
(160,236,189)
0 Favorites   0 Comments

Color spaces of #a0ecbd

RGB 160236189
HSL0.400.670.78
HSV143°32°93°
CMYK 0.320.000.20   0.07
XYZ53.678071.138659.0461
Yxy71.13860.29190.3869
Hunter Lab84.3437-34.000517.5337
CIE-Lab87.5523-33.055115.4436

#a0ecbd color RGB value is (160,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101100 10111101
Octal 240 354 275
Decimal 160 236 189
Hex A0 EC BD

RGB Percentages of Color #a0ecbd

%27.35
%40.34
%32.31

CMYK Percentages of Color #a0ecbd

%32
%0
%20
%7

Triadic Colors of #a0ecbd

#a0ecbd #bda0ec #ecbda0

Analogous Colors of #a0ecbd

#a0ecbd #a0ece3 #a9eca0

Monochromatic Colors of #a0ecbd

#a0ecbd

Complementary Color

#a0ecbd #eca0cf

#a0ecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ecbd Color CSS Codes

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

#a0ecbd Text Font Color

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

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


#a0ecbd Background Color

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

This div background color is #a0ecbd


#a0ecbd Border Color

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

This div border color is #a0ecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ecbd


Comments

No comments written yet.

Please login to write comment.