Color Hex Logo

#a1ceef Color Hex

#A1CEEF
(161,206,239)
0 Favorites   0 Comments

Color spaces of #a1ceef

RGB 161206239
HSL0.570.710.78
HSV205°33°94°
CMYK 0.330.140.00   0.06
XYZ52.349257.951790.0880
Yxy57.95170.26120.2892
Hunter Lab76.1260-10.4723-16.8759
CIE-Lab80.7119-7.0096-21.0135

#a1ceef color RGB value is (161,206,239).

#a1ceef hex color red value is 161, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a1ceef hue: 0.57 , saturation: 0.71 and the lightness value of a1ceef is 0.78.

The process color (four color CMYK) of #a1ceef color hex is 0.33, 0.14, 0.00, 0.06. Web safe color of #a1ceef is #99ccff. Color #a1ceef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001110 11101111
Octal 241 316 357
Decimal 161 206 239
Hex A1 CE EF

RGB Percentages of Color #a1ceef

%26.57
%33.99
%39.44

CMYK Percentages of Color #a1ceef

%33
%14
%0
%6

Triadic Colors of #a1ceef

#a1ceef #efa1ce #ceefa1

Analogous Colors of #a1ceef

#a1ceef #a1a7ef #a1efe9

Monochromatic Colors of #a1ceef

#a1ceef

Complementary Color

#a1ceef #efc2a1

#a1ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ceef Color CSS Codes

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

#a1ceef Text Font Color

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

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


#a1ceef Background Color

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

This div background color is #a1ceef


#a1ceef Border Color

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

This div border color is #a1ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ceef

#a1ceef Color Palettes


Comments

No comments written yet.

Please login to write comment.