Color Hex Logo

#a0bfee Color Hex

#A0BFEE
(160,191,238)
0 Favorites   0 Comments

Color spaces of #a0bfee

RGB 160191238
HSL0.600.700.78
HSV216°33°93°
CMYK 0.330.200.00   0.07
XYZ48.560650.908288.1558
Yxy50.90820.25880.2713
Hunter Lab71.3500-3.3759-23.3102
CIE-Lab76.62340.4777-26.7107

#a0bfee color RGB value is (160,191,238).

#a0bfee hex color red value is 160, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a0bfee hue: 0.60 , saturation: 0.70 and the lightness value of a0bfee is 0.78.

The process color (four color CMYK) of #a0bfee color hex is 0.33, 0.20, 0.00, 0.07. Web safe color of #a0bfee is #99ccff. Color #a0bfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111111 11101110
Octal 240 277 356
Decimal 160 191 238
Hex A0 BF EE

RGB Percentages of Color #a0bfee

%27.16
%32.43
%40.41

CMYK Percentages of Color #a0bfee

%33
%20
%0
%7

Triadic Colors of #a0bfee

#a0bfee #eea0bf #bfeea0

Analogous Colors of #a0bfee

#a0bfee #a8a0ee #a0e6ee

Monochromatic Colors of #a0bfee

#a0bfee

Complementary Color

#a0bfee #eecfa0

#a0bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bfee Color CSS Codes

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

#a0bfee Text Font Color

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

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


#a0bfee Background Color

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

This div background color is #a0bfee


#a0bfee Border Color

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

This div border color is #a0bfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bfee


Comments

No comments written yet.

Please login to write comment.