Color Hex Logo

#a3c6bb Color Hex

#A3C6BB
(163,198,187)
0 Favorites   0 Comments

Color spaces of #a3c6bb

RGB 163198187
HSL0.450.230.71
HSV161°18°78°
CMYK 0.180.000.06   0.22
XYZ44.268051.762654.6717
Yxy51.76260.29370.3435
Hunter Lab71.9462-16.07615.3081
CIE-Lab77.1387-13.88651.6204

#a3c6bb color RGB value is (163,198,187).

#a3c6bb hex color red value is 163, green value is 198 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a3c6bb hue: 0.45 , saturation: 0.23 and the lightness value of a3c6bb is 0.71.

The process color (four color CMYK) of #a3c6bb color hex is 0.18, 0.00, 0.06, 0.22. Web safe color of #a3c6bb is #99cccc. Color #a3c6bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11000110 10111011
Octal 243 306 273
Decimal 163 198 187
Hex A3 C6 BB

RGB Percentages of Color #a3c6bb

%29.74
%36.13
%34.12

CMYK Percentages of Color #a3c6bb

%18
%0
%6
%22

Triadic Colors of #a3c6bb

#a3c6bb #bba3c6 #c6bba3

Analogous Colors of #a3c6bb

#a3c6bb #a3c0c6 #a3c6aa

Monochromatic Colors of #a3c6bb

#a3c6bb

Complementary Color

#a3c6bb #c6a3ae

#a3c6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3c6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3c6bb Color CSS Codes

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

#a3c6bb Text Font Color

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

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


#a3c6bb Background Color

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

This div background color is #a3c6bb


#a3c6bb Border Color

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

This div border color is #a3c6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3c6bb


Comments

No comments written yet.

Please login to write comment.