Color Hex Logo

#a3baeb Color Hex

#A3BAEB
(163,186,235)
0 Favorites   0 Comments

Color spaces of #a3baeb

RGB 163186235
HSL0.610.640.78
HSV221°31°92°
CMYK 0.310.210.00   0.08
XYZ47.658648.902585.5245
Yxy48.90250.26170.2686
Hunter Lab69.9303-0.7275-23.5602
CIE-Lab75.39063.3008-26.9627

#a3baeb color RGB value is (163,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111010 11101011
Octal 243 272 353
Decimal 163 186 235
Hex A3 BA EB

RGB Percentages of Color #a3baeb

%27.91
%31.85
%40.24

CMYK Percentages of Color #a3baeb

%31
%21
%0
%8

Triadic Colors of #a3baeb

#a3baeb #eba3ba #baeba3

Analogous Colors of #a3baeb

#a3baeb #b0a3eb #a3deeb

Monochromatic Colors of #a3baeb

#a3baeb

Complementary Color

#a3baeb #ebd4a3

#a3baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3baeb Color CSS Codes

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

#a3baeb Text Font Color

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

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


#a3baeb Background Color

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

This div background color is #a3baeb


#a3baeb Border Color

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

This div border color is #a3baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3baeb


Comments

No comments written yet.

Please login to write comment.