Color Hex Logo

#a0ebce Color Hex

#A0EBCE
(160,235,206)
0 Favorites   0 Comments

Color spaces of #a0ebce

RGB 160235206
HSL0.440.650.77
HSV157°32°92°
CMYK 0.320.000.12   0.08
XYZ55.346171.346569.2467
Yxy71.34650.28250.3641
Hunter Lab84.4669-30.856610.5203
CIE-Lab87.6531-29.25196.7196

#a0ebce color RGB value is (160,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101011 11001110
Octal 240 353 316
Decimal 160 235 206
Hex A0 EB CE

RGB Percentages of Color #a0ebce

%26.62
%39.10
%34.28

CMYK Percentages of Color #a0ebce

%32
%0
%12
%8

Triadic Colors of #a0ebce

#a0ebce #cea0eb #ebcea0

Analogous Colors of #a0ebce

#a0ebce #a0e3eb #a0eba9

Monochromatic Colors of #a0ebce

#a0ebce

Complementary Color

#a0ebce #eba0bd

#a0ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ebce Color CSS Codes

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

#a0ebce Text Font Color

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

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


#a0ebce Background Color

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

This div background color is #a0ebce


#a0ebce Border Color

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

This div border color is #a0ebce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,235,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ebce


Comments

No comments written yet.

Please login to write comment.