Color Hex Logo

#a0ebbd Color Hex

#A0EBBD
(160,235,189)
0 Favorites   0 Comments

Color spaces of #a0ebbd

RGB 160235189
HSL0.400.650.77
HSV143°32°92°
CMYK 0.320.000.20   0.08
XYZ53.390870.564458.9504
Yxy70.56440.29190.3858
Hunter Lab84.0026-33.552717.1940
CIE-Lab87.2729-32.589415.0501

#a0ebbd color RGB value is (160,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101011 10111101
Octal 240 353 275
Decimal 160 235 189
Hex A0 EB BD

RGB Percentages of Color #a0ebbd

%27.40
%40.24
%32.36

CMYK Percentages of Color #a0ebbd

%32
%0
%20
%8

Triadic Colors of #a0ebbd

#a0ebbd #bda0eb #ebbda0

Analogous Colors of #a0ebbd

#a0ebbd #a0ebe3 #a9eba0

Monochromatic Colors of #a0ebbd

#a0ebbd

Complementary Color

#a0ebbd #eba0ce

#a0ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ebbd Color CSS Codes

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

#a0ebbd Text Font Color

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

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


#a0ebbd Background Color

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

This div background color is #a0ebbd


#a0ebbd Border Color

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

This div border color is #a0ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ebbd


Comments

No comments written yet.

Please login to write comment.