Color Hex Logo

#a3cbbc Color Hex

#A3CBBC
(163,203,188)
0 Favorites   0 Comments

Color spaces of #a3cbbc

RGB 163203188
HSL0.440.280.72
HSV158°20°80°
CMYK 0.200.000.07   0.20
XYZ45.537354.129255.6249
Yxy54.12920.29320.3486
Hunter Lab73.5725-18.27046.6743
CIE-Lab78.5370-16.24443.1128

#a3cbbc color RGB value is (163,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001011 10111100
Octal 243 313 274
Decimal 163 203 188
Hex A3 CB BC

RGB Percentages of Color #a3cbbc

%29.42
%36.64
%33.94

CMYK Percentages of Color #a3cbbc

%20
%0
%7
%20

Triadic Colors of #a3cbbc

#a3cbbc #bca3cb #cbbca3

Analogous Colors of #a3cbbc

#a3cbbc #a3c6cb #a3cba8

Monochromatic Colors of #a3cbbc

#a3cbbc

Complementary Color

#a3cbbc #cba3b2

#a3cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cbbc Color CSS Codes

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

#a3cbbc Text Font Color

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

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


#a3cbbc Background Color

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

This div background color is #a3cbbc


#a3cbbc Border Color

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

This div border color is #a3cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cbbc


Comments

No comments written yet.

Please login to write comment.