Color Hex Logo

#a1ebfc Color Hex

#A1EBFC
(161,235,252)
0 Favorites   0 Comments

Color spaces of #a1ebfc

RGB 161235252
HSL0.530.940.81
HSV191°36°99°
CMYK 0.360.070.00   0.01
XYZ61.977074.0220103.1166
Yxy74.02200.25920.3096
Hunter Lab86.0360-21.9786-10.8355
CIE-Lab88.9329-18.7188-15.4864

#a1ebfc color RGB value is (161,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101011 11111100
Octal 241 353 374
Decimal 161 235 252
Hex A1 EB FC

RGB Percentages of Color #a1ebfc

%24.85
%36.27
%38.89

CMYK Percentages of Color #a1ebfc

%36
%7
%0
%1

Triadic Colors of #a1ebfc

#a1ebfc #fca1eb #ebfca1

Analogous Colors of #a1ebfc

#a1ebfc #a1befc #a1fce0

Monochromatic Colors of #a1ebfc

#a1ebfc

Complementary Color

#a1ebfc #fcb2a1

#a1ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ebfc Color CSS Codes

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

#a1ebfc Text Font Color

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

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


#a1ebfc Background Color

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

This div background color is #a1ebfc


#a1ebfc Border Color

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

This div border color is #a1ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ebfc


Comments

No comments written yet.

Please login to write comment.