Color Hex Logo

#a3d3ca Color Hex

#A3D3CA
(163,211,202)
0 Favorites   0 Comments

Color spaces of #a3d3ca

RGB 163211202
HSL0.470.350.73
HSV169°23°83°
CMYK 0.230.000.04   0.17
XYZ49.059258.639364.6099
Yxy58.63930.28470.3403
Hunter Lab76.5763-19.65113.5785
CIE-Lab81.0929-17.4243-0.6630

#a3d3ca color RGB value is (163,211,202).

#a3d3ca hex color red value is 163, green value is 211 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a3d3ca hue: 0.47 , saturation: 0.35 and the lightness value of a3d3ca is 0.73.

The process color (four color CMYK) of #a3d3ca color hex is 0.23, 0.00, 0.04, 0.17. Web safe color of #a3d3ca is #99cccc. Color #a3d3ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11010011 11001010
Octal 243 323 312
Decimal 163 211 202
Hex A3 D3 CA

RGB Percentages of Color #a3d3ca

%28.30
%36.63
%35.07

CMYK Percentages of Color #a3d3ca

%23
%0
%4
%17

Triadic Colors of #a3d3ca

#a3d3ca #caa3d3 #d3caa3

Analogous Colors of #a3d3ca

#a3d3ca #a3c4d3 #a3d3b2

Monochromatic Colors of #a3d3ca

#a3d3ca

Complementary Color

#a3d3ca #d3a3ac

#a3d3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3d3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3d3ca Color CSS Codes

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

#a3d3ca Text Font Color

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

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


#a3d3ca Background Color

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

This div background color is #a3d3ca


#a3d3ca Border Color

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

This div border color is #a3d3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3d3ca


Comments

No comments written yet.

Please login to write comment.