Color Hex Logo

#a3bedb Color Hex

#A3BEDB
(163,190,219)
0 Favorites   0 Comments

Color spaces of #a3bedb

RGB 163190219
HSL0.590.440.75
HSV211°26°86°
CMYK 0.260.130.00   0.14
XYZ46.303949.727974.1758
Yxy49.72790.27200.2922
Hunter Lab70.5180-6.1989-13.0028
CIE-Lab75.9019-2.7031-17.5287

#a3bedb color RGB value is (163,190,219).

#a3bedb hex color red value is 163, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a3bedb hue: 0.59 , saturation: 0.44 and the lightness value of a3bedb is 0.75.

The process color (four color CMYK) of #a3bedb color hex is 0.26, 0.13, 0.00, 0.14. Web safe color of #a3bedb is #99cccc. Color #a3bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111110 11011011
Octal 243 276 333
Decimal 163 190 219
Hex A3 BE DB

RGB Percentages of Color #a3bedb

%28.50
%33.22
%38.29

CMYK Percentages of Color #a3bedb

%26
%13
%0
%14

Triadic Colors of #a3bedb

#a3bedb #dba3be #bedba3

Analogous Colors of #a3bedb

#a3bedb #a4a3db #a3dadb

Monochromatic Colors of #a3bedb

#a3bedb

Complementary Color

#a3bedb #dbc0a3

#a3bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bedb Color CSS Codes

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

#a3bedb Text Font Color

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

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


#a3bedb Background Color

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

This div background color is #a3bedb


#a3bedb Border Color

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

This div border color is #a3bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bedb


Comments

No comments written yet.

Please login to write comment.