Color Hex Logo

#a0bbce Color Hex

#A0BBCE
(160,187,206)
0 Favorites   0 Comments

Color spaces of #a0bbce

RGB 160187206
HSL0.570.320.72
HSV205°22°81°
CMYK 0.220.090.00   0.19
XYZ43.408147.470565.2674
Yxy47.47050.27800.3040
Hunter Lab68.8988-8.1132-7.9358
CIE-Lab74.4897-4.9946-12.6160

#a0bbce color RGB value is (160,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111011 11001110
Octal 240 273 316
Decimal 160 187 206
Hex A0 BB CE

RGB Percentages of Color #a0bbce

%28.93
%33.82
%37.25

CMYK Percentages of Color #a0bbce

%22
%9
%0
%19

Triadic Colors of #a0bbce

#a0bbce #cea0bb #bbcea0

Analogous Colors of #a0bbce

#a0bbce #a0a4ce #a0ceca

Monochromatic Colors of #a0bbce

#a0bbce

Complementary Color

#a0bbce #ceb3a0

#a0bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bbce Color CSS Codes

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

#a0bbce Text Font Color

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

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


#a0bbce Background Color

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

This div background color is #a0bbce


#a0bbce Border Color

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

This div border color is #a0bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bbce


Comments

No comments written yet.

Please login to write comment.