Color Hex Logo

#a0b5da Color Hex

#A0B5DA
(160,181,218)
0 Favorites   0 Comments

Color spaces of #a0b5da

RGB 160181218
HSL0.610.440.74
HSV218°27°85°
CMYK 0.270.170.00   0.15
XYZ43.676045.583372.8262
Yxy45.58330.26950.2812
Hunter Lab67.5154-2.6796-16.6930
CIE-Lab73.27431.0347-20.9852

#a0b5da color RGB value is (160,181,218).

#a0b5da hex color red value is 160, green value is 181 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a0b5da hue: 0.61 , saturation: 0.44 and the lightness value of a0b5da is 0.74.

The process color (four color CMYK) of #a0b5da color hex is 0.27, 0.17, 0.00, 0.15. Web safe color of #a0b5da is #99cccc. Color #a0b5da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110101 11011010
Octal 240 265 332
Decimal 160 181 218
Hex A0 B5 DA

RGB Percentages of Color #a0b5da

%28.62
%32.38
%39.00

CMYK Percentages of Color #a0b5da

%27
%17
%0
%15

Triadic Colors of #a0b5da

#a0b5da #daa0b5 #b5daa0

Analogous Colors of #a0b5da

#a0b5da #a8a0da #a0d2da

Monochromatic Colors of #a0b5da

#a0b5da

Complementary Color

#a0b5da #dac5a0

#a0b5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b5da Color CSS Codes

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

#a0b5da Text Font Color

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

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


#a0b5da Background Color

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

This div background color is #a0b5da


#a0b5da Border Color

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

This div border color is #a0b5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b5da


Comments

No comments written yet.

Please login to write comment.