Color Hex Logo

#a6cbfc Color Hex

#A6CBFC
(166,203,252)
0 Favorites   0 Comments

Color spaces of #a6cbfc

RGB 166203252
HSL0.590.930.82
HSV214°34°99°
CMYK 0.340.190.00   0.01
XYZ54.652557.8471100.3806
Yxy57.84710.25670.2717
Hunter Lab76.0573-4.8355-25.0110
CIE-Lab80.6537-0.8337-28.0081

#a6cbfc color RGB value is (166,203,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001011 11111100
Octal 246 313 374
Decimal 166 203 252
Hex A6 CB FC

RGB Percentages of Color #a6cbfc

%26.73
%32.69
%40.58

CMYK Percentages of Color #a6cbfc

%34
%19
%0
%1

Triadic Colors of #a6cbfc

#a6cbfc #fca6cb #cbfca6

Analogous Colors of #a6cbfc

#a6cbfc #aca6fc #a6f6fc

Monochromatic Colors of #a6cbfc

#a6cbfc

Complementary Color

#a6cbfc #fcd7a6

#a6cbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cbfc Color CSS Codes

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

#a6cbfc Text Font Color

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

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


#a6cbfc Background Color

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

This div background color is #a6cbfc


#a6cbfc Border Color

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

This div border color is #a6cbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cbfc


Comments

No comments written yet.

Please login to write comment.