Color Hex Logo

#a0ebdd Color Hex

#A0EBDD
(160,235,221)
0 Favorites   0 Comments

Color spaces of #a0ebdd

RGB 160235221
HSL0.470.650.77
HSV169°32°92°
CMYK 0.320.000.06   0.08
XYZ57.256772.110779.3076
Yxy72.11070.27440.3456
Hunter Lab84.9180-28.25144.0698
CIE-Lab88.0218-26.0912-0.6005

#a0ebdd color RGB value is (160,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101011 11011101
Octal 240 353 335
Decimal 160 235 221
Hex A0 EB DD

RGB Percentages of Color #a0ebdd

%25.97
%38.15
%35.88

CMYK Percentages of Color #a0ebdd

%32
%0
%6
%8

Triadic Colors of #a0ebdd

#a0ebdd #dda0eb #ebdda0

Analogous Colors of #a0ebdd

#a0ebdd #a0d4eb #a0ebb8

Monochromatic Colors of #a0ebdd

#a0ebdd

Complementary Color

#a0ebdd #eba0ae

#a0ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ebdd Color CSS Codes

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

#a0ebdd Text Font Color

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

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


#a0ebdd Background Color

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

This div background color is #a0ebdd


#a0ebdd Border Color

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

This div border color is #a0ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ebdd


Comments

No comments written yet.

Please login to write comment.