Color Hex Logo

#a3ccbb Color Hex

#A3CCBB
(163,204,187)
0 Favorites   0 Comments

Color spaces of #a3ccbb

RGB 163204187
HSL0.430.290.72
HSV155°20°80°
CMYK 0.200.000.08   0.20
XYZ45.666854.560155.1380
Yxy54.56010.29390.3512
Hunter Lab73.8648-18.90617.4471
CIE-Lab78.7872-16.95234.0120

#a3ccbb color RGB value is (163,204,187).

#a3ccbb hex color red value is 163, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a3ccbb hue: 0.43 , saturation: 0.29 and the lightness value of a3ccbb is 0.72.

The process color (four color CMYK) of #a3ccbb color hex is 0.20, 0.00, 0.08, 0.20. Web safe color of #a3ccbb is #99cccc. Color #a3ccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001100 10111011
Octal 243 314 273
Decimal 163 204 187
Hex A3 CC BB

RGB Percentages of Color #a3ccbb

%29.42
%36.82
%33.75

CMYK Percentages of Color #a3ccbb

%20
%0
%8
%20

Triadic Colors of #a3ccbb

#a3ccbb #bba3cc #ccbba3

Analogous Colors of #a3ccbb

#a3ccbb #a3c9cc #a3cca7

Monochromatic Colors of #a3ccbb

#a3ccbb

Complementary Color

#a3ccbb #cca3b4

#a3ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ccbb Color CSS Codes

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

#a3ccbb Text Font Color

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

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


#a3ccbb Background Color

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

This div background color is #a3ccbb


#a3ccbb Border Color

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

This div border color is #a3ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ccbb


Comments

No comments written yet.

Please login to write comment.