Color Hex Logo

#a3eced Color Hex

#A3ECED
(163,236,237)
0 Favorites   0 Comments

Color spaces of #a3eced

RGB 163236237
HSL0.500.670.78
HSV181°31°93°
CMYK 0.310.000.00   0.07
XYZ60.385873.891991.2007
Yxy73.89190.26780.3277
Hunter Lab85.9604-25.0373-2.7321
CIE-Lab88.8714-22.1964-7.7154

#a3eced color RGB value is (163,236,237).

#a3eced hex color red value is 163, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a3eced hue: 0.50 , saturation: 0.67 and the lightness value of a3eced is 0.78.

The process color (four color CMYK) of #a3eced color hex is 0.31, 0.00, 0.00, 0.07. Web safe color of #a3eced is #99ffff. Color #a3eced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101100 11101101
Octal 243 354 355
Decimal 163 236 237
Hex A3 EC ED

RGB Percentages of Color #a3eced

%25.63
%37.11
%37.26

CMYK Percentages of Color #a3eced

%31
%0
%0
%7

Triadic Colors of #a3eced

#a3eced #eda3ec #eceda3

Analogous Colors of #a3eced

#a3eced #a3c7ed #a3edc9

Monochromatic Colors of #a3eced

#a3eced

Complementary Color

#a3eced #eda4a3

#a3eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3eced Color CSS Codes

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

#a3eced Text Font Color

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

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


#a3eced Background Color

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

This div background color is #a3eced


#a3eced Border Color

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

This div border color is #a3eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3eced


Comments

No comments written yet.

Please login to write comment.