Color Hex Logo

#a6dfef Color Hex

#A6DFEF
(166,223,239)
0 Favorites   0 Comments

Color spaces of #a6dfef

RGB 166223239
HSL0.540.700.79
HSV193°31°94°
CMYK 0.310.070.00   0.06
XYZ57.693567.114391.5749
Yxy67.11430.26660.3102
Hunter Lab81.9233-17.6594-8.9288
CIE-Lab85.5616-14.4157-13.6793

#a6dfef color RGB value is (166,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 11101111
Octal 246 337 357
Decimal 166 223 239
Hex A6 DF EF

RGB Percentages of Color #a6dfef

%26.43
%35.51
%38.06

CMYK Percentages of Color #a6dfef

%31
%7
%0
%6

Triadic Colors of #a6dfef

#a6dfef #efa6df #dfefa6

Analogous Colors of #a6dfef

#a6dfef #a6bbef #a6efdb

Monochromatic Colors of #a6dfef

#a6dfef

Complementary Color

#a6dfef #efb6a6

#a6dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dfef Color CSS Codes

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

#a6dfef Text Font Color

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

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


#a6dfef Background Color

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

This div background color is #a6dfef


#a6dfef Border Color

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

This div border color is #a6dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dfef


Comments

No comments written yet.

Please login to write comment.