Color Hex Logo

#a6deeb Color Hex

#A6DEEB
(166,222,235)
0 Favorites   0 Comments

Color spaces of #a6deeb

RGB 166222235
HSL0.530.630.79
HSV191°29°92°
CMYK 0.290.060.00   0.08
XYZ56.842666.347788.4077
Yxy66.34770.26860.3136
Hunter Lab81.4541-17.9788-7.3336
CIE-Lab85.1735-14.8342-12.1465

#a6deeb color RGB value is (166,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011110 11101011
Octal 246 336 353
Decimal 166 222 235
Hex A6 DE EB

RGB Percentages of Color #a6deeb

%26.65
%35.63
%37.72

CMYK Percentages of Color #a6deeb

%29
%6
%0
%8

Triadic Colors of #a6deeb

#a6deeb #eba6de #deeba6

Analogous Colors of #a6deeb

#a6deeb #a6bceb #a6ebd6

Monochromatic Colors of #a6deeb

#a6deeb

Complementary Color

#a6deeb #ebb3a6

#a6deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6deeb Color CSS Codes

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

#a6deeb Text Font Color

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

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


#a6deeb Background Color

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

This div background color is #a6deeb


#a6deeb Border Color

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

This div border color is #a6deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6deeb


Comments

No comments written yet.

Please login to write comment.