Color Hex Logo

#a6ffef Color Hex

#A6FFEF
(166,255,239)
1 Favorites   0 Comments

Color spaces of #a6ffef

RGB 166255239
HSL0.471.000.83
HSV169°35°100°
CMYK 0.350.000.06   0.00
XYZ67.065985.859094.6991
Yxy85.85900.27080.3467
Hunter Lab92.6601-32.95984.2674
CIE-Lab94.2520-30.0899-0.8188

#a6ffef color RGB value is (166,255,239).

#a6ffef hex color red value is 166, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a6ffef hue: 0.47 , saturation: 1.00 and the lightness value of a6ffef is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111111 11101111
Octal 246 377 357
Decimal 166 255 239
Hex A6 FF EF

RGB Percentages of Color #a6ffef

%25.15
%38.64
%36.21

CMYK Percentages of Color #a6ffef

%35
%0
%6
%0

Triadic Colors of #a6ffef

#a6ffef #efa6ff #ffefa6

Analogous Colors of #a6ffef

#a6ffef #a6e3ff #a6ffc3

Monochromatic Colors of #a6ffef

#a6ffef

Complementary Color

#a6ffef #ffa6b6

#a6ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ffef Color CSS Codes

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

#a6ffef Text Font Color

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

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


#a6ffef Background Color

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

This div background color is #a6ffef


#a6ffef Border Color

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

This div border color is #a6ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ffef


Comments

No comments written yet.

Please login to write comment.