Color Hex Logo

#a6f0ef Color Hex

#A6F0EF
(166,240,239)
0 Favorites   0 Comments

Color spaces of #a6f0ef

RGB 166240239
HSL0.500.710.80
HSV179°31°94°
CMYK 0.310.000.00   0.06
XYZ62.466076.659293.1657
Yxy76.65920.26890.3300
Hunter Lab87.5552-25.8714-1.8006
CIE-Lab90.1645-22.8902-6.8302

#a6f0ef color RGB value is (166,240,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11110000 11101111
Octal 246 360 357
Decimal 166 240 239
Hex A6 F0 EF

RGB Percentages of Color #a6f0ef

%25.74
%37.21
%37.05

CMYK Percentages of Color #a6f0ef

%31
%0
%0
%6

Triadic Colors of #a6f0ef

#a6f0ef #efa6f0 #f0efa6

Analogous Colors of #a6f0ef

#a6f0ef #a6ccf0 #a6f0ca

Monochromatic Colors of #a6f0ef

#a6f0ef

Complementary Color

#a6f0ef #f0a6a7

#a6f0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6f0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6f0ef Color CSS Codes

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

#a6f0ef Text Font Color

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

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


#a6f0ef Background Color

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

This div background color is #a6f0ef


#a6f0ef Border Color

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

This div border color is #a6f0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6f0ef


Comments

No comments written yet.

Please login to write comment.