Color Hex Logo

#a1ebde Color Hex

#A1EBDE
(161,235,222)
0 Favorites   0 Comments

Color spaces of #a1ebde

RGB 161235222
HSL0.470.650.78
HSV169°31°92°
CMYK 0.310.000.06   0.08
XYZ57.591172.267780.0209
Yxy72.26770.27440.3443
Hunter Lab85.0104-27.84173.6972
CIE-Lab88.0973-25.5959-1.0083

#a1ebde color RGB value is (161,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101011 11011110
Octal 241 353 336
Decimal 161 235 222
Hex A1 EB DE

RGB Percentages of Color #a1ebde

%26.05
%38.03
%35.92

CMYK Percentages of Color #a1ebde

%31
%0
%6
%8

Triadic Colors of #a1ebde

#a1ebde #dea1eb #ebdea1

Analogous Colors of #a1ebde

#a1ebde #a1d3eb #a1ebb9

Monochromatic Colors of #a1ebde

#a1ebde

Complementary Color

#a1ebde #eba1ae

#a1ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ebde Color CSS Codes

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

#a1ebde Text Font Color

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

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


#a1ebde Background Color

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

This div background color is #a1ebde


#a1ebde Border Color

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

This div border color is #a1ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ebde


Comments

No comments written yet.

Please login to write comment.