Color Hex Logo

#a1ebec Color Hex

#A1EBEC
(161,235,236)
0 Favorites   0 Comments

Color spaces of #a1ebec

RGB 161235236
HSL0.500.660.78
HSV181°32°93°
CMYK 0.320.000.00   0.07
XYZ59.546673.049990.3185
Yxy73.04990.26710.3277
Hunter Lab85.4692-25.2098-2.8255
CIE-Lab88.4715-22.4733-7.7949

#a1ebec color RGB value is (161,235,236).

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

The process color (four color CMYK) of #a1ebec color hex is 0.32, 0.00, 0.00, 0.07. Web safe color of #a1ebec is #99ffff. Color #a1ebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101011 11101100
Octal 241 353 354
Decimal 161 235 236
Hex A1 EB EC

RGB Percentages of Color #a1ebec

%25.47
%37.18
%37.34

CMYK Percentages of Color #a1ebec

%32
%0
%0
%7

Triadic Colors of #a1ebec

#a1ebec #eca1eb #ebeca1

Analogous Colors of #a1ebec

#a1ebec #a1c6ec #a1ecc8

Monochromatic Colors of #a1ebec

#a1ebec

Complementary Color

#a1ebec #eca2a1

#a1ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ebec Color CSS Codes

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

#a1ebec Text Font Color

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

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


#a1ebec Background Color

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

This div background color is #a1ebec


#a1ebec Border Color

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

This div border color is #a1ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ebec


Comments

No comments written yet.

Please login to write comment.