Color Hex Logo

#a0bcfc Color Hex

#A0BCFC
(160,188,252)
0 Favorites   0 Comments

Color spaces of #a0bcfc

RGB 160188252
HSL0.620.940.81
HSV222°37°99°
CMYK 0.370.250.00   0.01
XYZ50.051150.468399.1988
Yxy50.46830.25060.2527
Hunter Lab71.04101.4382-33.0614
CIE-Lab76.35585.6794-34.6514

#a0bcfc color RGB value is (160,188,252).

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

The process color (four color CMYK) of #a0bcfc color hex is 0.37, 0.25, 0.00, 0.01. Web safe color of #a0bcfc is #99ccff. Color #a0bcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111100 11111100
Octal 240 274 374
Decimal 160 188 252
Hex A0 BC FC

RGB Percentages of Color #a0bcfc

%26.67
%31.33
%42.00

CMYK Percentages of Color #a0bcfc

%37
%25
%0
%1

Triadic Colors of #a0bcfc

#a0bcfc #fca0bc #bcfca0

Analogous Colors of #a0bcfc

#a0bcfc #b2a0fc #a0eafc

Monochromatic Colors of #a0bcfc

#a0bcfc

Complementary Color

#a0bcfc #fce0a0

#a0bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bcfc Color CSS Codes

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

#a0bcfc Text Font Color

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

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


#a0bcfc Background Color

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

This div background color is #a0bcfc


#a0bcfc Border Color

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

This div border color is #a0bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.