Color Hex Logo

#a0bede Color Hex

#A0BEDE
(160,190,222)
0 Favorites   0 Comments

Color spaces of #a0bede

RGB 160190222
HSL0.590.480.75
HSV211°28°87°
CMYK 0.280.140.00   0.13
XYZ46.095549.574476.2466
Yxy49.57440.26810.2884
Hunter Lab70.4091-6.3553-14.9193
CIE-Lab75.8073-2.8862-19.3145

#a0bede color RGB value is (160,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 11011110
Octal 240 276 336
Decimal 160 190 222
Hex A0 BE DE

RGB Percentages of Color #a0bede

%27.97
%33.22
%38.81

CMYK Percentages of Color #a0bede

%28
%14
%0
%13

Triadic Colors of #a0bede

#a0bede #dea0be #bedea0

Analogous Colors of #a0bede

#a0bede #a1a0de #a0ddde

Monochromatic Colors of #a0bede

#a0bede

Complementary Color

#a0bede #dec0a0

#a0bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bede Color CSS Codes

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

#a0bede Text Font Color

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

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


#a0bede Background Color

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

This div background color is #a0bede


#a0bede Border Color

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

This div border color is #a0bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bede


Comments

No comments written yet.

Please login to write comment.