Color Hex Logo

#a6cdea Color Hex

#A6CDEA
(166,205,234)
0 Favorites   0 Comments

Color spaces of #a6cdea

RGB 166205234
HSL0.570.620.78
HSV206°29°92°
CMYK 0.290.120.00   0.08
XYZ52.408557.710186.2189
Yxy57.71010.26690.2939
Hunter Lab75.9672-9.7983-14.1141
CIE-Lab80.5773-6.2748-18.5182

#a6cdea color RGB value is (166,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001101 11101010
Octal 246 315 352
Decimal 166 205 234
Hex A6 CD EA

RGB Percentages of Color #a6cdea

%27.44
%33.88
%38.68

CMYK Percentages of Color #a6cdea

%29
%12
%0
%8

Triadic Colors of #a6cdea

#a6cdea #eaa6cd #cdeaa6

Analogous Colors of #a6cdea

#a6cdea #a6abea #a6eae5

Monochromatic Colors of #a6cdea

#a6cdea

Complementary Color

#a6cdea #eac3a6

#a6cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cdea Color CSS Codes

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

#a6cdea Text Font Color

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

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


#a6cdea Background Color

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

This div background color is #a6cdea


#a6cdea Border Color

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

This div border color is #a6cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cdea


Comments

No comments written yet.

Please login to write comment.