Color Hex Logo

#a3bbce Color Hex

#A3BBCE
(163,187,206)
0 Favorites   0 Comments

Color spaces of #a3bbce

RGB 163187206
HSL0.570.300.72
HSV207°21°81°
CMYK 0.210.090.00   0.19
XYZ44.015247.783465.2958
Yxy47.78340.28020.3042
Hunter Lab69.1255-7.3111-7.6173
CIE-Lab74.6881-4.0629-12.2985

#a3bbce color RGB value is (163,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111011 11001110
Octal 243 273 316
Decimal 163 187 206
Hex A3 BB CE

RGB Percentages of Color #a3bbce

%29.32
%33.63
%37.05

CMYK Percentages of Color #a3bbce

%21
%9
%0
%19

Triadic Colors of #a3bbce

#a3bbce #cea3bb #bbcea3

Analogous Colors of #a3bbce

#a3bbce #a3a6ce #a3cecc

Monochromatic Colors of #a3bbce

#a3bbce

Complementary Color

#a3bbce #ceb6a3

#a3bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bbce Color CSS Codes

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

#a3bbce Text Font Color

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

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


#a3bbce Background Color

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

This div background color is #a3bbce


#a3bbce Border Color

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

This div border color is #a3bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bbce


Comments

No comments written yet.

Please login to write comment.