Color Hex Logo

#a6cafb Color Hex

#A6CAFB
(166,202,251)
0 Favorites   0 Comments

Color spaces of #a6cafb

RGB 166202251
HSL0.600.910.82
HSV215°34°98°
CMYK 0.340.200.00   0.02
XYZ54.259057.313199.4696
Yxy57.31310.25710.2716
Hunter Lab75.7054-4.5513-24.9075
CIE-Lab80.3554-0.5481-27.9319

#a6cafb color RGB value is (166,202,251).

#a6cafb hex color red value is 166, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a6cafb hue: 0.60 , saturation: 0.91 and the lightness value of a6cafb is 0.82.

The process color (four color CMYK) of #a6cafb color hex is 0.34, 0.20, 0.00, 0.02. Web safe color of #a6cafb is #99ccff. Color #a6cafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001010 11111011
Octal 246 312 373
Decimal 166 202 251
Hex A6 CA FB

RGB Percentages of Color #a6cafb

%26.82
%32.63
%40.55

CMYK Percentages of Color #a6cafb

%34
%20
%0
%2

Triadic Colors of #a6cafb

#a6cafb #fba6ca #cafba6

Analogous Colors of #a6cafb

#a6cafb #ada6fb #a6f5fb

Monochromatic Colors of #a6cafb

#a6cafb

Complementary Color

#a6cafb #fbd7a6

#a6cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cafb Color CSS Codes

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

#a6cafb Text Font Color

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

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


#a6cafb Background Color

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

This div background color is #a6cafb


#a6cafb Border Color

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

This div border color is #a6cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cafb

#a6cafb Color Palettes


Comments

No comments written yet.

Please login to write comment.