Color Hex Logo

#a0bedd Color Hex

#A0BEDD
(160,190,221)
0 Favorites   0 Comments

Color spaces of #a0bedd

RGB 160190221
HSL0.580.470.75
HSV210°28°87°
CMYK 0.280.140.00   0.13
XYZ45.961849.521075.5427
Yxy49.52100.26870.2896
Hunter Lab70.3712-6.5651-14.3874
CIE-Lab75.7743-3.1242-18.8231

#a0bedd color RGB value is (160,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 11011101
Octal 240 276 335
Decimal 160 190 221
Hex A0 BE DD

RGB Percentages of Color #a0bedd

%28.02
%33.27
%38.70

CMYK Percentages of Color #a0bedd

%28
%14
%0
%13

Triadic Colors of #a0bedd

#a0bedd #dda0be #bedda0

Analogous Colors of #a0bedd

#a0bedd #a1a0dd #a0dddd

Monochromatic Colors of #a0bedd

#a0bedd

Complementary Color

#a0bedd #ddbfa0

#a0bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bedd Color CSS Codes

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

#a0bedd Text Font Color

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

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


#a0bedd Background Color

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

This div background color is #a0bedd


#a0bedd Border Color

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

This div border color is #a0bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bedd


Comments

No comments written yet.

Please login to write comment.