Color Hex Logo

#a6cdeb Color Hex

#A6CDEB
(166,205,235)
0 Favorites   0 Comments

Color spaces of #a6cdeb

RGB 166205235
HSL0.570.630.79
HSV206°29°92°
CMYK 0.290.130.00   0.08
XYZ52.552657.767886.9777
Yxy57.76780.26640.2928
Hunter Lab76.0051-9.5879-14.6459
CIE-Lab80.6095-6.0381-19.0039

#a6cdeb color RGB value is (166,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001101 11101011
Octal 246 315 353
Decimal 166 205 235
Hex A6 CD EB

RGB Percentages of Color #a6cdeb

%27.39
%33.83
%38.78

CMYK Percentages of Color #a6cdeb

%29
%13
%0
%8

Triadic Colors of #a6cdeb

#a6cdeb #eba6cd #cdeba6

Analogous Colors of #a6cdeb

#a6cdeb #a6abeb #a6ebe7

Monochromatic Colors of #a6cdeb

#a6cdeb

Complementary Color

#a6cdeb #ebc4a6

#a6cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cdeb Color CSS Codes

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

#a6cdeb Text Font Color

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

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


#a6cdeb Background Color

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

This div background color is #a6cdeb


#a6cdeb Border Color

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

This div border color is #a6cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cdeb


Comments

No comments written yet.

Please login to write comment.