Color Hex Logo

#a1bcea Color Hex

#A1BCEA
(161,188,234)
0 Favorites   0 Comments

Color spaces of #a1bcea

RGB 161188234
HSL0.610.630.77
HSV218°31°92°
CMYK 0.310.200.00   0.08
XYZ47.532449.484084.8880
Yxy49.48400.26130.2720
Hunter Lab70.3449-2.4901-22.3062
CIE-Lab75.75141.3947-25.8817

#a1bcea color RGB value is (161,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111100 11101010
Octal 241 274 352
Decimal 161 188 234
Hex A1 BC EA

RGB Percentages of Color #a1bcea

%27.62
%32.25
%40.14

CMYK Percentages of Color #a1bcea

%31
%20
%0
%8

Triadic Colors of #a1bcea

#a1bcea #eaa1bc #bceaa1

Analogous Colors of #a1bcea

#a1bcea #aba1ea #a1e1ea

Monochromatic Colors of #a1bcea

#a1bcea

Complementary Color

#a1bcea #eacfa1

#a1bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bcea Color CSS Codes

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

#a1bcea Text Font Color

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

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


#a1bcea Background Color

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

This div background color is #a1bcea


#a1bcea Border Color

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

This div border color is #a1bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bcea


Comments

No comments written yet.

Please login to write comment.