Color Hex Logo

#a6cefc Color Hex

#A6CEFC
(166,206,252)
0 Favorites   0 Comments

Color spaces of #a6cefc

RGB 166206252
HSL0.590.930.82
HSV212°34°99°
CMYK 0.340.180.00   0.01
XYZ55.367959.2779100.6190
Yxy59.27790.25720.2754
Hunter Lab76.9921-6.3703-23.5900
CIE-Lab81.4441-2.4343-26.7994

#a6cefc color RGB value is (166,206,252).

#a6cefc hex color red value is 166, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a6cefc hue: 0.59 , saturation: 0.93 and the lightness value of a6cefc is 0.82.

The process color (four color CMYK) of #a6cefc color hex is 0.34, 0.18, 0.00, 0.01. Web safe color of #a6cefc is #99ccff. Color #a6cefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001110 11111100
Octal 246 316 374
Decimal 166 206 252
Hex A6 CE FC

RGB Percentages of Color #a6cefc

%26.60
%33.01
%40.38

CMYK Percentages of Color #a6cefc

%34
%18
%0
%1

Triadic Colors of #a6cefc

#a6cefc #fca6ce #cefca6

Analogous Colors of #a6cefc

#a6cefc #a9a6fc #a6f9fc

Monochromatic Colors of #a6cefc

#a6cefc

Complementary Color

#a6cefc #fcd4a6

#a6cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cefc Color CSS Codes

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

#a6cefc Text Font Color

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

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


#a6cefc Background Color

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

This div background color is #a6cefc


#a6cefc Border Color

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

This div border color is #a6cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cefc


Comments

No comments written yet.

Please login to write comment.