Color Hex Logo

#a6eeef Color Hex

#A6EEEF
(166,238,239)
0 Favorites   0 Comments

Color spaces of #a6eeef

RGB 166238239
HSL0.500.700.79
HSV181°31°94°
CMYK 0.310.000.00   0.06
XYZ61.880475.488192.9706
Yxy75.48810.26860.3277
Hunter Lab86.8839-24.9156-2.6249
CIE-Lab89.6211-21.9107-7.6344

#a6eeef color RGB value is (166,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101110 11101111
Octal 246 356 357
Decimal 166 238 239
Hex A6 EE EF

RGB Percentages of Color #a6eeef

%25.82
%37.01
%37.17

CMYK Percentages of Color #a6eeef

%31
%0
%0
%6

Triadic Colors of #a6eeef

#a6eeef #efa6ee #eeefa6

Analogous Colors of #a6eeef

#a6eeef #a6caef #a6efcc

Monochromatic Colors of #a6eeef

#a6eeef

Complementary Color

#a6eeef #efa7a6

#a6eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6eeef Color CSS Codes

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

#a6eeef Text Font Color

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

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


#a6eeef Background Color

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

This div background color is #a6eeef


#a6eeef Border Color

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

This div border color is #a6eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6eeef


Comments

No comments written yet.

Please login to write comment.