Color Hex Logo

#a6ddea Color Hex

#A6DDEA
(166,221,234)
0 Favorites   0 Comments

Color spaces of #a6ddea

RGB 166221234
HSL0.530.620.78
HSV191°29°92°
CMYK 0.290.060.00   0.08
XYZ56.433665.760487.5606
Yxy65.76040.26900.3135
Hunter Lab81.0928-17.6917-7.2539
CIE-Lab84.8741-14.5564-12.0649

#a6ddea color RGB value is (166,221,234).

#a6ddea hex color red value is 166, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a6ddea hue: 0.53 , saturation: 0.62 and the lightness value of a6ddea is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011101 11101010
Octal 246 335 352
Decimal 166 221 234
Hex A6 DD EA

RGB Percentages of Color #a6ddea

%26.73
%35.59
%37.68

CMYK Percentages of Color #a6ddea

%29
%6
%0
%8

Triadic Colors of #a6ddea

#a6ddea #eaa6dd #ddeaa6

Analogous Colors of #a6ddea

#a6ddea #a6bbea #a6ead5

Monochromatic Colors of #a6ddea

#a6ddea

Complementary Color

#a6ddea #eab3a6

#a6ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ddea Color CSS Codes

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

#a6ddea Text Font Color

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

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


#a6ddea Background Color

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

This div background color is #a6ddea


#a6ddea Border Color

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

This div border color is #a6ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ddea


Comments

No comments written yet.

Please login to write comment.