Color Hex Logo

#a6ceda Color Hex

#A6CEDA
(166,206,218)
0 Favorites   0 Comments

Color spaces of #a6ceda

RGB 166206218
HSL0.540.410.75
HSV194°24°85°
CMYK 0.240.060.00   0.15
XYZ50.452157.311674.7328
Yxy57.31160.27650.3140
Hunter Lab75.7044-13.5240-5.5359
CIE-Lab80.3545-10.4811-10.2912

#a6ceda color RGB value is (166,206,218).

#a6ceda hex color red value is 166, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a6ceda hue: 0.54 , saturation: 0.41 and the lightness value of a6ceda is 0.75.

The process color (four color CMYK) of #a6ceda color hex is 0.24, 0.06, 0.00, 0.15. Web safe color of #a6ceda is #99cccc. Color #a6ceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001110 11011010
Octal 246 316 332
Decimal 166 206 218
Hex A6 CE DA

RGB Percentages of Color #a6ceda

%28.14
%34.92
%36.95

CMYK Percentages of Color #a6ceda

%24
%6
%0
%15

Triadic Colors of #a6ceda

#a6ceda #daa6ce #cedaa6

Analogous Colors of #a6ceda

#a6ceda #a6b4da #a6dacc

Monochromatic Colors of #a6ceda

#a6ceda

Complementary Color

#a6ceda #dab2a6

#a6ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ceda Color CSS Codes

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

#a6ceda Text Font Color

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

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


#a6ceda Background Color

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

This div background color is #a6ceda


#a6ceda Border Color

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

This div border color is #a6ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ceda


Comments

No comments written yet.

Please login to write comment.