Color Hex Logo

#a0bddd Color Hex

#A0BDDD
(160,189,221)
0 Favorites   0 Comments

Color spaces of #a0bddd

RGB 160189221
HSL0.590.470.75
HSV211°28°87°
CMYK 0.280.140.00   0.13
XYZ45.745949.089275.4707
Yxy49.08920.26860.2882
Hunter Lab70.0637-6.0654-14.8210
CIE-Lab75.5068-2.5866-19.2281

#a0bddd color RGB value is (160,189,221).

#a0bddd hex color red value is 160, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a0bddd hue: 0.59 , saturation: 0.47 and the lightness value of a0bddd is 0.75.

The process color (four color CMYK) of #a0bddd color hex is 0.28, 0.14, 0.00, 0.13. Web safe color of #a0bddd is #99cccc. Color #a0bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111101 11011101
Octal 240 275 335
Decimal 160 189 221
Hex A0 BD DD

RGB Percentages of Color #a0bddd

%28.07
%33.16
%38.77

CMYK Percentages of Color #a0bddd

%28
%14
%0
%13

Triadic Colors of #a0bddd

#a0bddd #dda0bd #bddda0

Analogous Colors of #a0bddd

#a0bddd #a2a0dd #a0dcdd

Monochromatic Colors of #a0bddd

#a0bddd

Complementary Color

#a0bddd #ddc0a0

#a0bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bddd Color CSS Codes

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

#a0bddd Text Font Color

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

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


#a0bddd Background Color

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

This div background color is #a0bddd


#a0bddd Border Color

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

This div border color is #a0bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bddd


Comments

No comments written yet.

Please login to write comment.