Color Hex Logo

#a6eefb Color Hex

#A6EEFB
(166,238,251)
0 Favorites   0 Comments

Color spaces of #a6eefb

RGB 166238251
HSL0.530.910.82
HSV189°34°98°
CMYK 0.340.050.00   0.02
XYZ63.713076.2211102.6209
Yxy76.22110.26270.3142
Hunter Lab87.3047-22.5179-8.5782
CIE-Lab89.9619-19.1432-13.3970

#a6eefb color RGB value is (166,238,251).

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

The process color (four color CMYK) of #a6eefb color hex is 0.34, 0.05, 0.00, 0.02. Web safe color of #a6eefb is #99ffff. Color #a6eefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101110 11111011
Octal 246 356 373
Decimal 166 238 251
Hex A6 EE FB

RGB Percentages of Color #a6eefb

%25.34
%36.34
%38.32

CMYK Percentages of Color #a6eefb

%34
%5
%0
%2

Triadic Colors of #a6eefb

#a6eefb #fba6ee #eefba6

Analogous Colors of #a6eefb

#a6eefb #a6c4fb #a6fbde

Monochromatic Colors of #a6eefb

#a6eefb

Complementary Color

#a6eefb #fbb3a6

#a6eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6eefb Color CSS Codes

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

#a6eefb Text Font Color

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

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


#a6eefb Background Color

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

This div background color is #a6eefb


#a6eefb Border Color

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

This div border color is #a6eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6eefb


Comments

No comments written yet.

Please login to write comment.