Color Hex Logo

#a1ebea Color Hex

#A1EBEA
(161,235,234)
0 Favorites   0 Comments

Color spaces of #a1ebea

RGB 161235234
HSL0.500.650.78
HSV179°31°92°
CMYK 0.310.000.00   0.08
XYZ59.257672.934288.7964
Yxy72.93420.26810.3300
Hunter Lab85.4015-25.5968-1.8658
CIE-Lab88.4163-22.9287-6.8284

#a1ebea color RGB value is (161,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101011 11101010
Octal 241 353 352
Decimal 161 235 234
Hex A1 EB EA

RGB Percentages of Color #a1ebea

%25.56
%37.30
%37.14

CMYK Percentages of Color #a1ebea

%31
%0
%0
%8

Triadic Colors of #a1ebea

#a1ebea #eaa1eb #ebeaa1

Analogous Colors of #a1ebea

#a1ebea #a1c7eb #a1ebc5

Monochromatic Colors of #a1ebea

#a1ebea

Complementary Color

#a1ebea #eba1a2

#a1ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ebea Color CSS Codes

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

#a1ebea Text Font Color

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

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


#a1ebea Background Color

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

This div background color is #a1ebea


#a1ebea Border Color

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

This div border color is #a1ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ebea


Comments

No comments written yet.

Please login to write comment.