Color Hex Logo

#a3eefd Color Hex

#A3EEFD
(163,238,253)
0 Favorites   0 Comments

Color spaces of #a3eefd

RGB 163238253
HSL0.530.960.82
HSV190°36°99°
CMYK 0.360.060.00   0.01
XYZ63.408476.0275104.2613
Yxy76.02750.26020.3120
Hunter Lab87.1937-22.7816-9.8600
CIE-Lab89.8721-19.4546-14.5911

#a3eefd color RGB value is (163,238,253).

#a3eefd hex color red value is 163, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a3eefd hue: 0.53 , saturation: 0.96 and the lightness value of a3eefd is 0.82.

The process color (four color CMYK) of #a3eefd color hex is 0.36, 0.06, 0.00, 0.01. Web safe color of #a3eefd is #99ffff. Color #a3eefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101110 11111101
Octal 243 356 375
Decimal 163 238 253
Hex A3 EE FD

RGB Percentages of Color #a3eefd

%24.92
%36.39
%38.69

CMYK Percentages of Color #a3eefd

%36
%6
%0
%1

Triadic Colors of #a3eefd

#a3eefd #fda3ee #eefda3

Analogous Colors of #a3eefd

#a3eefd #a3c1fd #a3fddf

Monochromatic Colors of #a3eefd

#a3eefd

Complementary Color

#a3eefd #fdb2a3

#a3eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3eefd Color CSS Codes

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

#a3eefd Text Font Color

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

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


#a3eefd Background Color

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

This div background color is #a3eefd


#a3eefd Border Color

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

This div border color is #a3eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3eefd


Comments

No comments written yet.

Please login to write comment.