Color Hex Logo

#a6cced Color Hex

#A6CCED
(166,204,237)
0 Favorites   0 Comments

Color spaces of #a6cced

RGB 166204237
HSL0.580.660.79
HSV208°30°93°
CMYK 0.300.140.00   0.07
XYZ52.604857.407188.4289
Yxy57.40710.26510.2893
Hunter Lab75.7675-8.6618-16.1607
CIE-Lab80.4080-5.0337-20.3777

#a6cced color RGB value is (166,204,237).

#a6cced hex color red value is 166, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a6cced hue: 0.58 , saturation: 0.66 and the lightness value of a6cced is 0.79.

The process color (four color CMYK) of #a6cced color hex is 0.30, 0.14, 0.00, 0.07. Web safe color of #a6cced is #99ccff. Color #a6cced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001100 11101101
Octal 246 314 355
Decimal 166 204 237
Hex A6 CC ED

RGB Percentages of Color #a6cced

%27.35
%33.61
%39.04

CMYK Percentages of Color #a6cced

%30
%14
%0
%7

Triadic Colors of #a6cced

#a6cced #eda6cc #cceda6

Analogous Colors of #a6cced

#a6cced #a6a9ed #a6edeb

Monochromatic Colors of #a6cced

#a6cced

Complementary Color

#a6cced #edc7a6

#a6cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cced Color CSS Codes

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

#a6cced Text Font Color

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

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


#a6cced Background Color

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

This div background color is #a6cced


#a6cced Border Color

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

This div border color is #a6cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cced


Comments

No comments written yet.

Please login to write comment.