color codes Logo

#a0b5dc color codes

#A0B5DC
(160,181,220)
0 Favorites   0 Comments

Color spaces of #a0b5dc

RGB 160181220
HSL0.610.460.75
HSV219°27°86°
CMYK 0.270.180.00   0.14
XYZ43.939345.688674.2131
Yxy45.68860.26820.2789
Hunter Lab67.5933-2.2538-17.7812
CIE-Lab73.34301.5124-21.9701

#a0b5dc color RGB value is (160,181,220).

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

The process color (four color CMYK) of #a0b5dc color code is 0.27, 0.18, 0.00, 0.14. Web safe color of #a0b5dc is #99cccc. Color #a0b5dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110101 11011100
Octal 240 265 334
Decimal 160 181 220
Hex A0 B5 DC

RGB Percentages of Color #a0b5dc

%28.52
%32.26
%39.22

CMYK Percentages of Color #a0b5dc

%27
%18
%0
%14

Triadic Colors of #a0b5dc

#a0b5dc #dca0b5 #b5dca0

Analogous Colors of #a0b5dc

#a0b5dc #a9a0dc #a0d3dc

Monochromatic Colors of #a0b5dc

#a0b5dc

Complementary Color

#a0b5dc #dcc7a0

#a0b5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b5dc Color CSS Codes

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

#a0b5dc Text Font Color

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

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


#a0b5dc Background Color

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

This div background color is #a0b5dc


#a0b5dc Border Color

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

This div border color is #a0b5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b5dc


Comments

No comments written yet.

Please login to write comment.