Color Hex Logo

#a1ceea Color Hex

#A1CEEA
(161,206,234)
0 Favorites   0 Comments

Color spaces of #a1ceea

RGB 161206234
HSL0.560.630.77
HSV203°31°92°
CMYK 0.310.120.00   0.08
XYZ51.620557.660286.2507
Yxy57.66020.26400.2949
Hunter Lab75.9343-11.5399-14.1911
CIE-Lab80.5495-8.2201-18.5889

#a1ceea color RGB value is (161,206,234).

#a1ceea hex color red value is 161, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a1ceea hue: 0.56 , saturation: 0.63 and the lightness value of a1ceea is 0.77.

The process color (four color CMYK) of #a1ceea color hex is 0.31, 0.12, 0.00, 0.08. Web safe color of #a1ceea is #99ccff. Color #a1ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001110 11101010
Octal 241 316 352
Decimal 161 206 234
Hex A1 CE EA

RGB Percentages of Color #a1ceea

%26.79
%34.28
%38.94

CMYK Percentages of Color #a1ceea

%31
%12
%0
%8

Triadic Colors of #a1ceea

#a1ceea #eaa1ce #ceeaa1

Analogous Colors of #a1ceea

#a1ceea #a1aaea #a1eae2

Monochromatic Colors of #a1ceea

#a1ceea

Complementary Color

#a1ceea #eabda1

#a1ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ceea Color CSS Codes

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

#a1ceea Text Font Color

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

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


#a1ceea Background Color

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

This div background color is #a1ceea


#a1ceea Border Color

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

This div border color is #a1ceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,206,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 #a1ceea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ceea


Comments

No comments written yet.

Please login to write comment.