Color Hex Logo

#a3bbeb Color Hex

#A3BBEB
(163,187,235)
0 Favorites   0 Comments

Color spaces of #a3bbeb

RGB 163187235
HSL0.610.640.78
HSV220°31°92°
CMYK 0.310.200.00   0.08
XYZ47.870049.325385.5950
Yxy49.32530.26190.2698
Hunter Lab70.2320-1.2406-23.0971
CIE-Lab75.65332.7553-26.5606

#a3bbeb color RGB value is (163,187,235).

#a3bbeb hex color red value is 163, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a3bbeb hue: 0.61 , saturation: 0.64 and the lightness value of a3bbeb is 0.78.

The process color (four color CMYK) of #a3bbeb color hex is 0.31, 0.20, 0.00, 0.08. Web safe color of #a3bbeb is #99ccff. Color #a3bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111011 11101011
Octal 243 273 353
Decimal 163 187 235
Hex A3 BB EB

RGB Percentages of Color #a3bbeb

%27.86
%31.97
%40.17

CMYK Percentages of Color #a3bbeb

%31
%20
%0
%8

Triadic Colors of #a3bbeb

#a3bbeb #eba3bb #bbeba3

Analogous Colors of #a3bbeb

#a3bbeb #afa3eb #a3dfeb

Monochromatic Colors of #a3bbeb

#a3bbeb

Complementary Color

#a3bbeb #ebd3a3

#a3bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bbeb Color CSS Codes

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

#a3bbeb Text Font Color

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

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


#a3bbeb Background Color

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

This div background color is #a3bbeb


#a3bbeb Border Color

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

This div border color is #a3bbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,187,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bbeb


Comments

No comments written yet.

Please login to write comment.