Color Hex Logo

#a3d4ca Color Hex

#A3D4CA
(163,212,202)
0 Favorites   0 Comments

Color spaces of #a3d4ca

RGB 163212202
HSL0.470.360.74
HSV168°23°83°
CMYK 0.230.000.05   0.17
XYZ49.308459.137864.6930
Yxy59.13780.28480.3416
Hunter Lab76.9011-20.12413.9531
CIE-Lab81.3673-17.9289-0.2620

#a3d4ca color RGB value is (163,212,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11010100 11001010
Octal 243 324 312
Decimal 163 212 202
Hex A3 D4 CA

RGB Percentages of Color #a3d4ca

%28.25
%36.74
%35.01

CMYK Percentages of Color #a3d4ca

%23
%0
%5
%17

Triadic Colors of #a3d4ca

#a3d4ca #caa3d4 #d4caa3

Analogous Colors of #a3d4ca

#a3d4ca #a3c6d4 #a3d4b2

Monochromatic Colors of #a3d4ca

#a3d4ca

Complementary Color

#a3d4ca #d4a3ad

#a3d4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3d4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3d4ca Color CSS Codes

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

#a3d4ca Text Font Color

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

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


#a3d4ca Background Color

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

This div background color is #a3d4ca


#a3d4ca Border Color

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

This div border color is #a3d4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3d4ca


Comments

No comments written yet.

Please login to write comment.