Color Hex Logo

#a0bbda Color Hex

#A0BBDA
(160,187,218)
0 Favorites   0 Comments

Color spaces of #a0bbda

RGB 160187218
HSL0.590.440.74
HSV212°27°85°
CMYK 0.270.140.00   0.15
XYZ44.922448.076273.2416
Yxy48.07620.27020.2892
Hunter Lab69.3370-5.6923-14.0929
CIE-Lab74.8730-2.2201-18.5609

#a0bbda color RGB value is (160,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111011 11011010
Octal 240 273 332
Decimal 160 187 218
Hex A0 BB DA

RGB Percentages of Color #a0bbda

%28.32
%33.10
%38.58

CMYK Percentages of Color #a0bbda

%27
%14
%0
%15

Triadic Colors of #a0bbda

#a0bbda #daa0bb #bbdaa0

Analogous Colors of #a0bbda

#a0bbda #a2a0da #a0d8da

Monochromatic Colors of #a0bbda

#a0bbda

Complementary Color

#a0bbda #dabfa0

#a0bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bbda Color CSS Codes

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

#a0bbda Text Font Color

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

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


#a0bbda Background Color

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

This div background color is #a0bbda


#a0bbda Border Color

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

This div border color is #a0bbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,187,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 #a0bbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bbda


Comments

No comments written yet.

Please login to write comment.