Color Hex Logo

#a0bdce Color Hex

#A0BDCE
(160,189,206)
0 Favorites   0 Comments

Color spaces of #a0bdce

RGB 160189206
HSL0.560.320.72
HSV202°22°81°
CMYK 0.220.080.00   0.19
XYZ43.835448.325065.4098
Yxy48.32500.27820.3067
Hunter Lab69.5162-9.0951-7.1264
CIE-Lab75.0295-6.0617-11.8080

#a0bdce color RGB value is (160,189,206).

#a0bdce hex color red value is 160, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a0bdce hue: 0.56 , saturation: 0.32 and the lightness value of a0bdce is 0.72.

The process color (four color CMYK) of #a0bdce color hex is 0.22, 0.08, 0.00, 0.19. Web safe color of #a0bdce is #99cccc. Color #a0bdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111101 11001110
Octal 240 275 316
Decimal 160 189 206
Hex A0 BD CE

RGB Percentages of Color #a0bdce

%28.83
%34.05
%37.12

CMYK Percentages of Color #a0bdce

%22
%8
%0
%19

Triadic Colors of #a0bdce

#a0bdce #cea0bd #bdcea0

Analogous Colors of #a0bdce

#a0bdce #a0a6ce #a0cec8

Monochromatic Colors of #a0bdce

#a0bdce

Complementary Color

#a0bdce #ceb1a0

#a0bdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bdce Color CSS Codes

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

#a0bdce Text Font Color

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

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


#a0bdce Background Color

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

This div background color is #a0bdce


#a0bdce Border Color

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

This div border color is #a0bdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bdce


Comments

No comments written yet.

Please login to write comment.