Color Hex Logo

#a3becb Color Hex

#A3BECB
(163,190,203)
0 Favorites   0 Comments

Color spaces of #a3becb

RGB 163190203
HSL0.550.280.72
HSV200°20°80°
CMYK 0.200.060.00   0.20
XYZ44.297248.925263.6087
Yxy48.92520.28250.3120
Hunter Lab69.9466-9.3623-4.9552
CIE-Lab75.4048-6.3276-9.5976

#a3becb color RGB value is (163,190,203).

#a3becb hex color red value is 163, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a3becb hue: 0.55 , saturation: 0.28 and the lightness value of a3becb is 0.72.

The process color (four color CMYK) of #a3becb color hex is 0.20, 0.06, 0.00, 0.20. Web safe color of #a3becb is #99cccc. Color #a3becb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111110 11001011
Octal 243 276 313
Decimal 163 190 203
Hex A3 BE CB

RGB Percentages of Color #a3becb

%29.32
%34.17
%36.51

CMYK Percentages of Color #a3becb

%20
%6
%0
%20

Triadic Colors of #a3becb

#a3becb #cba3be #becba3

Analogous Colors of #a3becb

#a3becb #a3aacb #a3cbc4

Monochromatic Colors of #a3becb

#a3becb

Complementary Color

#a3becb #cbb0a3

#a3becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3becb Color CSS Codes

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

#a3becb Text Font Color

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

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


#a3becb Background Color

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

This div background color is #a3becb


#a3becb Border Color

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

This div border color is #a3becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3becb


Comments

No comments written yet.

Please login to write comment.