Color Hex Logo

#a3dcce Color Hex

#A3DCCE
(163,220,206)
0 Favorites   0 Comments

Color spaces of #a3dcce

RGB 163220206
HSL0.460.450.75
HSV165°26°86°
CMYK 0.260.000.06   0.14
XYZ51.838063.429267.9034
Yxy63.42920.28300.3463
Hunter Lab79.6425-23.19155.1989
CIE-Lab83.6677-21.08840.9677

#a3dcce color RGB value is (163,220,206).

#a3dcce hex color red value is 163, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a3dcce hue: 0.46 , saturation: 0.45 and the lightness value of a3dcce is 0.75.

The process color (four color CMYK) of #a3dcce color hex is 0.26, 0.00, 0.06, 0.14. Web safe color of #a3dcce is #99cccc. Color #a3dcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011100 11001110
Octal 243 334 316
Decimal 163 220 206
Hex A3 DC CE

RGB Percentages of Color #a3dcce

%27.67
%37.35
%34.97

CMYK Percentages of Color #a3dcce

%26
%0
%6
%14

Triadic Colors of #a3dcce

#a3dcce #cea3dc #dccea3

Analogous Colors of #a3dcce

#a3dcce #a3cedc #a3dcb2

Monochromatic Colors of #a3dcce

#a3dcce

Complementary Color

#a3dcce #dca3b1

#a3dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dcce Color CSS Codes

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

#a3dcce Text Font Color

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

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


#a3dcce Background Color

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

This div background color is #a3dcce


#a3dcce Border Color

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

This div border color is #a3dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dcce


Comments

No comments written yet.

Please login to write comment.