Color Hex Logo

#a1ecfa Color Hex

#A1ECFA
(161,236,250)
0 Favorites   0 Comments

Color spaces of #a1ecfa

RGB 161236250
HSL0.530.900.81
HSV189°36°98°
CMYK 0.360.060.00   0.02
XYZ61.948774.4701101.5516
Yxy74.47010.26030.3129
Hunter Lab86.2961-22.8797-9.3641
CIE-Lab89.1442-19.6956-14.1234

#a1ecfa color RGB value is (161,236,250).

#a1ecfa hex color red value is 161, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a1ecfa hue: 0.53 , saturation: 0.90 and the lightness value of a1ecfa is 0.81.

The process color (four color CMYK) of #a1ecfa color hex is 0.36, 0.06, 0.00, 0.02. Web safe color of #a1ecfa is #99ffff. Color #a1ecfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101100 11111010
Octal 241 354 372
Decimal 161 236 250
Hex A1 EC FA

RGB Percentages of Color #a1ecfa

%24.88
%36.48
%38.64

CMYK Percentages of Color #a1ecfa

%36
%6
%0
%2

Triadic Colors of #a1ecfa

#a1ecfa #faa1ec #ecfaa1

Analogous Colors of #a1ecfa

#a1ecfa #a1c0fa #a1fadc

Monochromatic Colors of #a1ecfa

#a1ecfa

Complementary Color

#a1ecfa #faafa1

#a1ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ecfa Color CSS Codes

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

#a1ecfa Text Font Color

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

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


#a1ecfa Background Color

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

This div background color is #a1ecfa


#a1ecfa Border Color

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

This div border color is #a1ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ecfa


Comments

No comments written yet.

Please login to write comment.