Color Hex Logo

#a6efde Color Hex

#A6EFDE
(166,239,222)
0 Favorites   0 Comments

Color spaces of #a6efde

RGB 166239222
HSL0.460.700.79
HSV166°31°94°
CMYK 0.310.000.07   0.06
XYZ59.777275.113980.4551
Yxy75.11390.27760.3488
Hunter Lab86.6683-28.55375.6282
CIE-Lab89.4463-26.12360.9918

#a6efde color RGB value is (166,239,222).

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

The process color (four color CMYK) of #a6efde color hex is 0.31, 0.00, 0.07, 0.06. Web safe color of #a6efde is #99ffcc. Color #a6efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101111 11011110
Octal 246 357 336
Decimal 166 239 222
Hex A6 EF DE

RGB Percentages of Color #a6efde

%26.48
%38.12
%35.41

CMYK Percentages of Color #a6efde

%31
%0
%7
%6

Triadic Colors of #a6efde

#a6efde #dea6ef #efdea6

Analogous Colors of #a6efde

#a6efde #a6dcef #a6efba

Monochromatic Colors of #a6efde

#a6efde

Complementary Color

#a6efde #efa6b7

#a6efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6efde Color CSS Codes

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

#a6efde Text Font Color

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

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


#a6efde Background Color

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

This div background color is #a6efde


#a6efde Border Color

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

This div border color is #a6efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6efde


Comments

No comments written yet.

Please login to write comment.