Color Hex Logo

#a3d1cb Color Hex

#A3D1CB
(163,209,203)
0 Favorites   0 Comments

Color spaces of #a3d1cb

RGB 163209203
HSL0.480.330.73
HSV172°22°82°
CMYK 0.220.000.03   0.18
XYZ48.684257.699365.0711
Yxy57.69930.28390.3365
Hunter Lab75.9601-18.52622.3813
CIE-Lab80.5713-16.2005-1.9613

#a3d1cb color RGB value is (163,209,203).

#a3d1cb hex color red value is 163, green value is 209 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a3d1cb hue: 0.48 , saturation: 0.33 and the lightness value of a3d1cb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11010001 11001011
Octal 243 321 313
Decimal 163 209 203
Hex A3 D1 CB

RGB Percentages of Color #a3d1cb

%28.35
%36.35
%35.30

CMYK Percentages of Color #a3d1cb

%22
%0
%3
%18

Triadic Colors of #a3d1cb

#a3d1cb #cba3d1 #d1cba3

Analogous Colors of #a3d1cb

#a3d1cb #a3c0d1 #a3d1b4

Monochromatic Colors of #a3d1cb

#a3d1cb

Complementary Color

#a3d1cb #d1a3a9

#a3d1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3d1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3d1cb Color CSS Codes

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

#a3d1cb Text Font Color

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

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


#a3d1cb Background Color

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

This div background color is #a3d1cb


#a3d1cb Border Color

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

This div border color is #a3d1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3d1cb


Comments

No comments written yet.

Please login to write comment.