Color Hex Logo

#a6cbeb Color Hex

#A6CBEB
(166,203,235)
0 Favorites   0 Comments

Color spaces of #a6cbeb

RGB 166203235
HSL0.580.630.79
HSV208°29°92°
CMYK 0.290.140.00   0.08
XYZ52.077256.817086.8193
Yxy56.81700.26610.2903
Hunter Lab75.3771-8.5861-15.5263
CIE-Lab80.0766-4.9820-19.8101

#a6cbeb color RGB value is (166,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001011 11101011
Octal 246 313 353
Decimal 166 203 235
Hex A6 CB EB

RGB Percentages of Color #a6cbeb

%27.48
%33.61
%38.91

CMYK Percentages of Color #a6cbeb

%29
%14
%0
%8

Triadic Colors of #a6cbeb

#a6cbeb #eba6cb #cbeba6

Analogous Colors of #a6cbeb

#a6cbeb #a6a9eb #a6ebe9

Monochromatic Colors of #a6cbeb

#a6cbeb

Complementary Color

#a6cbeb #ebc6a6

#a6cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cbeb Color CSS Codes

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

#a6cbeb Text Font Color

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

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


#a6cbeb Background Color

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

This div background color is #a6cbeb


#a6cbeb Border Color

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

This div border color is #a6cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cbeb


Comments

No comments written yet.

Please login to write comment.