Color Hex Logo

#a3cee0 Color Hex

#A3CEE0
(163,206,224)
0 Favorites   0 Comments

Color spaces of #a3cee0

RGB 163206224
HSL0.550.500.76
HSV198°27°88°
CMYK 0.270.080.00   0.12
XYZ50.630157.311078.9146
Yxy57.31100.27100.3067
Hunter Lab75.7040-13.1030-8.8116
CIE-Lab80.3542-10.0041-13.5228

#a3cee0 color RGB value is (163,206,224).

#a3cee0 hex color red value is 163, green value is 206 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #a3cee0 hue: 0.55 , saturation: 0.50 and the lightness value of a3cee0 is 0.76.

The process color (four color CMYK) of #a3cee0 color hex is 0.27, 0.08, 0.00, 0.12. Web safe color of #a3cee0 is #99cccc. Color #a3cee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001110 11100000
Octal 243 316 340
Decimal 163 206 224
Hex A3 CE E0

RGB Percentages of Color #a3cee0

%27.49
%34.74
%37.77

CMYK Percentages of Color #a3cee0

%27
%8
%0
%12

Triadic Colors of #a3cee0

#a3cee0 #e0a3ce #cee0a3

Analogous Colors of #a3cee0

#a3cee0 #a3b0e0 #a3e0d4

Monochromatic Colors of #a3cee0

#a3cee0

Complementary Color

#a3cee0 #e0b5a3

#a3cee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cee0 Color CSS Codes

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

#a3cee0 Text Font Color

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

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


#a3cee0 Background Color

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

This div background color is #a3cee0


#a3cee0 Border Color

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

This div border color is #a3cee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cee0


Comments

No comments written yet.

Please login to write comment.