Color Hex Logo

#a3c4ce Color Hex

#A3C4CE
(163,196,206)
0 Favorites   0 Comments

Color spaces of #a3c4ce

RGB 163196206
HSL0.540.300.72
HSV194°21°81°
CMYK 0.210.050.00   0.19
XYZ45.984851.722665.9523
Yxy51.72260.28100.3160
Hunter Lab71.9184-11.7240-4.0286
CIE-Lab77.1147-8.8362-8.6781

#a3c4ce color RGB value is (163,196,206).

#a3c4ce hex color red value is 163, green value is 196 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a3c4ce hue: 0.54 , saturation: 0.30 and the lightness value of a3c4ce is 0.72.

The process color (four color CMYK) of #a3c4ce color hex is 0.21, 0.05, 0.00, 0.19. Web safe color of #a3c4ce is #99cccc. Color #a3c4ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11000100 11001110
Octal 243 304 316
Decimal 163 196 206
Hex A3 C4 CE

RGB Percentages of Color #a3c4ce

%28.85
%34.69
%36.46

CMYK Percentages of Color #a3c4ce

%21
%5
%0
%19

Triadic Colors of #a3c4ce

#a3c4ce #cea3c4 #c4cea3

Analogous Colors of #a3c4ce

#a3c4ce #a3afce #a3cec3

Monochromatic Colors of #a3c4ce

#a3c4ce

Complementary Color

#a3c4ce #ceada3

#a3c4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3c4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3c4ce Color CSS Codes

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

#a3c4ce Text Font Color

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

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


#a3c4ce Background Color

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

This div background color is #a3c4ce


#a3c4ce Border Color

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

This div border color is #a3c4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3c4ce


Comments

No comments written yet.

Please login to write comment.