Color Hex Logo

#a6edfe Color Hex

#A6EDFE
(166,237,254)
0 Favorites   0 Comments

Color spaces of #a6edfe

RGB 166237254
HSL0.530.980.82
HSV192°35°100°
CMYK 0.350.070.00   0.00
XYZ63.899575.8311105.0349
Yxy75.83110.26110.3098
Hunter Lab87.0811-21.4097-10.5573
CIE-Lab89.7809-17.9363-15.2348

#a6edfe color RGB value is (166,237,254).

#a6edfe hex color red value is 166, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a6edfe hue: 0.53 , saturation: 0.98 and the lightness value of a6edfe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101101 11111110
Octal 246 355 376
Decimal 166 237 254
Hex A6 ED FE

RGB Percentages of Color #a6edfe

%25.27
%36.07
%38.66

CMYK Percentages of Color #a6edfe

%35
%7
%0
%0

Triadic Colors of #a6edfe

#a6edfe #fea6ed #edfea6

Analogous Colors of #a6edfe

#a6edfe #a6c1fe #a6fee3

Monochromatic Colors of #a6edfe

#a6edfe

Complementary Color

#a6edfe #feb7a6

#a6edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6edfe Color CSS Codes

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

#a6edfe Text Font Color

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

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


#a6edfe Background Color

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

This div background color is #a6edfe


#a6edfe Border Color

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

This div border color is #a6edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6edfe


Comments

No comments written yet.

Please login to write comment.