Color Hex Logo

#a6ceea Color Hex

#A6CEEA
(166,206,234)
0 Favorites   0 Comments

Color spaces of #a6ceea

RGB 166206234
HSL0.570.620.78
HSV205°29°92°
CMYK 0.290.120.00   0.08
XYZ52.648558.190186.2988
Yxy58.19010.26710.2952
Hunter Lab76.2824-10.2974-13.6774
CIE-Lab80.8444-6.8009-18.1149

#a6ceea color RGB value is (166,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001110 11101010
Octal 246 316 352
Decimal 166 206 234
Hex A6 CE EA

RGB Percentages of Color #a6ceea

%27.39
%33.99
%38.61

CMYK Percentages of Color #a6ceea

%29
%12
%0
%8

Triadic Colors of #a6ceea

#a6ceea #eaa6ce #ceeaa6

Analogous Colors of #a6ceea

#a6ceea #a6acea #a6eae4

Monochromatic Colors of #a6ceea

#a6ceea

Complementary Color

#a6ceea #eac2a6

#a6ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ceea Color CSS Codes

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

#a6ceea Text Font Color

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

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


#a6ceea Background Color

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

This div background color is #a6ceea


#a6ceea Border Color

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

This div border color is #a6ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ceea


Comments

No comments written yet.

Please login to write comment.