Color Hex Logo

#a3cbd2 Color Hex

#A3CBD2
(163,203,210)
0 Favorites   0 Comments

Color spaces of #a3cbd2

RGB 163203210
HSL0.520.340.73
HSV189°22°82°
CMYK 0.220.030.00   0.18
XYZ48.093155.151569.0833
Yxy55.15150.27910.3200
Hunter Lab74.2641-14.3662-3.1690
CIE-Lab79.1285-11.6070-7.8426

#a3cbd2 color RGB value is (163,203,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001011 11010010
Octal 243 313 322
Decimal 163 203 210
Hex A3 CB D2

RGB Percentages of Color #a3cbd2

%28.30
%35.24
%36.46

CMYK Percentages of Color #a3cbd2

%22
%3
%0
%18

Triadic Colors of #a3cbd2

#a3cbd2 #d2a3cb #cbd2a3

Analogous Colors of #a3cbd2

#a3cbd2 #a3b4d2 #a3d2c2

Monochromatic Colors of #a3cbd2

#a3cbd2

Complementary Color

#a3cbd2 #d2aaa3

#a3cbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cbd2 Color CSS Codes

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

#a3cbd2 Text Font Color

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

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


#a3cbd2 Background Color

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

This div background color is #a3cbd2


#a3cbd2 Border Color

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

This div border color is #a3cbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cbd2


Comments

No comments written yet.

Please login to write comment.