Color Hex Logo

#a3cedd Color Hex

#A3CEDD
(163,206,221)
0 Favorites   0 Comments

Color spaces of #a3cedd

RGB 163206221
HSL0.540.460.75
HSV196°26°87°
CMYK 0.260.070.00   0.13
XYZ50.226757.149676.7904
Yxy57.14960.27270.3103
Hunter Lab75.5974-13.7004-7.3075
CIE-Lab80.2637-10.6932-12.0523

#a3cedd color RGB value is (163,206,221).

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

The process color (four color CMYK) of #a3cedd color hex is 0.26, 0.07, 0.00, 0.13. Web safe color of #a3cedd is #99cccc. Color #a3cedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001110 11011101
Octal 243 316 335
Decimal 163 206 221
Hex A3 CE DD

RGB Percentages of Color #a3cedd

%27.63
%34.92
%37.46

CMYK Percentages of Color #a3cedd

%26
%7
%0
%13

Triadic Colors of #a3cedd

#a3cedd #dda3ce #cedda3

Analogous Colors of #a3cedd

#a3cedd #a3b1dd #a3ddcf

Monochromatic Colors of #a3cedd

#a3cedd

Complementary Color

#a3cedd #ddb2a3

#a3cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cedd Color CSS Codes

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

#a3cedd Text Font Color

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

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


#a3cedd Background Color

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

This div background color is #a3cedd


#a3cedd Border Color

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

This div border color is #a3cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cedd


Comments

No comments written yet.

Please login to write comment.