Color Hex Logo

#a0bcfb Color Hex

#A0BCFB
(160,188,251)
0 Favorites   0 Comments

Color spaces of #a0bcfb

RGB 160188251
HSL0.620.920.81
HSV222°36°98°
CMYK 0.360.250.00   0.02
XYZ49.893050.405198.3663
Yxy50.40510.25110.2537
Hunter Lab70.99651.1974-32.4492
CIE-Lab76.31725.4200-34.1740

#a0bcfb color RGB value is (160,188,251).

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

The process color (four color CMYK) of #a0bcfb color hex is 0.36, 0.25, 0.00, 0.02. Web safe color of #a0bcfb is #99ccff. Color #a0bcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111100 11111011
Octal 240 274 373
Decimal 160 188 251
Hex A0 BC FB

RGB Percentages of Color #a0bcfb

%26.71
%31.39
%41.90

CMYK Percentages of Color #a0bcfb

%36
%25
%0
%2

Triadic Colors of #a0bcfb

#a0bcfb #fba0bc #bcfba0

Analogous Colors of #a0bcfb

#a0bcfb #b2a0fb #a0eafb

Monochromatic Colors of #a0bcfb

#a0bcfb

Complementary Color

#a0bcfb #fbdfa0

#a0bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bcfb Color CSS Codes

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

#a0bcfb Text Font Color

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

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


#a0bcfb Background Color

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

This div background color is #a0bcfb


#a0bcfb Border Color

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

This div border color is #a0bcfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,188,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bcfb


Comments

No comments written yet.

Please login to write comment.