Color Hex Logo

#a6dff7 Color Hex

#A6DFF7
(166,223,247)
0 Favorites   0 Comments

Color spaces of #a6dff7

RGB 166223247
HSL0.550.840.81
HSV198°33°97°
CMYK 0.330.100.00   0.03
XYZ58.902167.597797.9389
Yxy67.59770.26240.3012
Hunter Lab82.2178-16.0011-13.0745
CIE-Lab85.8049-12.5284-17.5356

#a6dff7 color RGB value is (166,223,247).

#a6dff7 hex color red value is 166, green value is 223 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #a6dff7 hue: 0.55 , saturation: 0.84 and the lightness value of a6dff7 is 0.81.

The process color (four color CMYK) of #a6dff7 color hex is 0.33, 0.10, 0.00, 0.03. Web safe color of #a6dff7 is #99ccff. Color #a6dff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 11110111
Octal 246 337 367
Decimal 166 223 247
Hex A6 DF F7

RGB Percentages of Color #a6dff7

%26.10
%35.06
%38.84

CMYK Percentages of Color #a6dff7

%33
%10
%0
%3

Triadic Colors of #a6dff7

#a6dff7 #f7a6df #dff7a6

Analogous Colors of #a6dff7

#a6dff7 #a6b7f7 #a6f7e7

Monochromatic Colors of #a6dff7

#a6dff7

Complementary Color

#a6dff7 #f7bea6

#a6dff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dff7 Color CSS Codes

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

#a6dff7 Text Font Color

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

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


#a6dff7 Background Color

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

This div background color is #a6dff7


#a6dff7 Border Color

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

This div border color is #a6dff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dff7


Comments

No comments written yet.

Please login to write comment.