Color Hex Logo

#a6eafd Color Hex

#A6EAFD
(166,234,253)
0 Favorites   0 Comments

Color spaces of #a6eafd

RGB 166234253
HSL0.540.960.82
HSV193°34°99°
CMYK 0.340.080.00   0.01
XYZ62.878374.0445103.9065
Yxy74.04450.26110.3075
Hunter Lab86.0491-20.1514-11.3598
CIE-Lab88.9435-16.6729-15.9683

#a6eafd color RGB value is (166,234,253).

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

The process color (four color CMYK) of #a6eafd color hex is 0.34, 0.08, 0.00, 0.01. Web safe color of #a6eafd is #99ffff. Color #a6eafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101010 11111101
Octal 246 352 375
Decimal 166 234 253
Hex A6 EA FD

RGB Percentages of Color #a6eafd

%25.42
%35.83
%38.74

CMYK Percentages of Color #a6eafd

%34
%8
%0
%1

Triadic Colors of #a6eafd

#a6eafd #fda6ea #eafda6

Analogous Colors of #a6eafd

#a6eafd #a6bffd #a6fde5

Monochromatic Colors of #a6eafd

#a6eafd

Complementary Color

#a6eafd #fdb9a6

#a6eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6eafd Color CSS Codes

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

#a6eafd Text Font Color

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

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


#a6eafd Background Color

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

This div background color is #a6eafd


#a6eafd Border Color

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

This div border color is #a6eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.