Color Hex Logo

#a0bcea Color Hex

#A0BCEA
(160,188,234)
0 Favorites   0 Comments

Color spaces of #a0bcea

RGB 160188234
HSL0.600.640.77
HSV217°32°92°
CMYK 0.320.200.00   0.08
XYZ47.331749.380584.8787
Yxy49.38050.26070.2719
Hunter Lab70.2713-2.7448-22.4249
CIE-Lab75.68741.1112-25.9853

#a0bcea color RGB value is (160,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111100 11101010
Octal 240 274 352
Decimal 160 188 234
Hex A0 BC EA

RGB Percentages of Color #a0bcea

%27.49
%32.30
%40.21

CMYK Percentages of Color #a0bcea

%32
%20
%0
%8

Triadic Colors of #a0bcea

#a0bcea #eaa0bc #bceaa0

Analogous Colors of #a0bcea

#a0bcea #a9a0ea #a0e1ea

Monochromatic Colors of #a0bcea

#a0bcea

Complementary Color

#a0bcea #eacea0

#a0bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bcea Color CSS Codes

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

#a0bcea Text Font Color

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

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


#a0bcea Background Color

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

This div background color is #a0bcea


#a0bcea Border Color

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

This div border color is #a0bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bcea


Comments

No comments written yet.

Please login to write comment.