Color Hex Logo

#a6dfeb Color Hex

#A6DFEB
(166,223,235)
0 Favorites   0 Comments

Color spaces of #a6dfeb

RGB 166223235
HSL0.530.630.79
HSV190°29°92°
CMYK 0.290.050.00   0.08
XYZ57.109066.880588.4965
Yxy66.88050.26880.3148
Hunter Lab81.7805-18.4657-6.9127
CIE-Lab85.4436-15.3413-11.7433

#a6dfeb color RGB value is (166,223,235).

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

The process color (four color CMYK) of #a6dfeb color hex is 0.29, 0.05, 0.00, 0.08. Web safe color of #a6dfeb is #99ccff. Color #a6dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 11101011
Octal 246 337 353
Decimal 166 223 235
Hex A6 DF EB

RGB Percentages of Color #a6dfeb

%26.60
%35.74
%37.66

CMYK Percentages of Color #a6dfeb

%29
%5
%0
%8

Triadic Colors of #a6dfeb

#a6dfeb #eba6df #dfeba6

Analogous Colors of #a6dfeb

#a6dfeb #a6bdeb #a6ebd5

Monochromatic Colors of #a6dfeb

#a6dfeb

Complementary Color

#a6dfeb #ebb2a6

#a6dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dfeb Color CSS Codes

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

#a6dfeb Text Font Color

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

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


#a6dfeb Background Color

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

This div background color is #a6dfeb


#a6dfeb Border Color

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

This div border color is #a6dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dfeb

#a6dfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.