Color Hex Logo

#a3efed Color Hex

#A3EFED
(163,239,237)
0 Favorites   0 Comments

Color spaces of #a3efed

RGB 163239237
HSL0.500.700.79
HSV178°32°94°
CMYK 0.320.000.01   0.06
XYZ61.256875.634091.4910
Yxy75.63400.26820.3312
Hunter Lab86.9678-26.4651-1.4962
CIE-Lab89.6891-23.6645-6.5052

#a3efed color RGB value is (163,239,237).

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

The process color (four color CMYK) of #a3efed color hex is 0.32, 0.00, 0.01, 0.06. Web safe color of #a3efed is #99ffff. Color #a3efed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101111 11101101
Octal 243 357 355
Decimal 163 239 237
Hex A3 EF ED

RGB Percentages of Color #a3efed

%25.51
%37.40
%37.09

CMYK Percentages of Color #a3efed

%32
%0
%1
%6

Triadic Colors of #a3efed

#a3efed #eda3ef #efeda3

Analogous Colors of #a3efed

#a3efed #a3cbef #a3efc7

Monochromatic Colors of #a3efed

#a3efed

Complementary Color

#a3efed #efa3a5

#a3efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3efed Color CSS Codes

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

#a3efed Text Font Color

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

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


#a3efed Background Color

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

This div background color is #a3efed


#a3efed Border Color

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

This div border color is #a3efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3efed


Comments

No comments written yet.

Please login to write comment.