Color Hex Logo

#a3bdea Color Hex

#A3BDEA
(163,189,234)
0 Favorites   0 Comments

Color spaces of #a3bdea

RGB 163189234
HSL0.610.630.78
HSV218°30°92°
CMYK 0.300.190.00   0.08
XYZ48.153150.122284.9785
Yxy50.12220.26280.2735
Hunter Lab70.7970-2.4868-21.6086
CIE-Lab76.14421.4218-25.2699

#a3bdea color RGB value is (163,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111101 11101010
Octal 243 275 352
Decimal 163 189 234
Hex A3 BD EA

RGB Percentages of Color #a3bdea

%27.82
%32.25
%39.93

CMYK Percentages of Color #a3bdea

%30
%19
%0
%8

Triadic Colors of #a3bdea

#a3bdea #eaa3bd #bdeaa3

Analogous Colors of #a3bdea

#a3bdea #ada3ea #a3e1ea

Monochromatic Colors of #a3bdea

#a3bdea

Complementary Color

#a3bdea #ead0a3

#a3bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bdea Color CSS Codes

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

#a3bdea Text Font Color

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

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


#a3bdea Background Color

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

This div background color is #a3bdea


#a3bdea Border Color

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

This div border color is #a3bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bdea


Comments

No comments written yet.

Please login to write comment.