Color Hex Logo

#a3beeb Color Hex

#A3BEEB
(163,190,235)
0 Favorites   0 Comments

Color spaces of #a3beeb

RGB 163190235
HSL0.600.640.78
HSV218°31°92°
CMYK 0.310.190.00   0.08
XYZ48.513150.611685.8094
Yxy50.61160.26230.2737
Hunter Lab71.1418-2.7753-21.7148
CIE-Lab76.44311.1241-25.3527

#a3beeb color RGB value is (163,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111110 11101011
Octal 243 276 353
Decimal 163 190 235
Hex A3 BE EB

RGB Percentages of Color #a3beeb

%27.72
%32.31
%39.97

CMYK Percentages of Color #a3beeb

%31
%19
%0
%8

Triadic Colors of #a3beeb

#a3beeb #eba3be #beeba3

Analogous Colors of #a3beeb

#a3beeb #aca3eb #a3e2eb

Monochromatic Colors of #a3beeb

#a3beeb

Complementary Color

#a3beeb #ebd0a3

#a3beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3beeb Color CSS Codes

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

#a3beeb Text Font Color

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

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


#a3beeb Background Color

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

This div background color is #a3beeb


#a3beeb Border Color

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

This div border color is #a3beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3beeb


Comments

No comments written yet.

Please login to write comment.