Color Hex Logo

#a6c4fe Color Hex

#A6C4FE
(166,196,254)
0 Favorites   0 Comments

Color spaces of #a6c4fe

RGB 166196254
HSL0.610.980.82
HSV220°35°100°
CMYK 0.350.230.00   0.00
XYZ53.355254.7426101.5202
Yxy54.74260.25450.2612
Hunter Lab73.9882-0.7576-29.5608
CIE-Lab78.89283.4403-31.7781

#a6c4fe color RGB value is (166,196,254).

#a6c4fe hex color red value is 166, green value is 196 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a6c4fe hue: 0.61 , saturation: 0.98 and the lightness value of a6c4fe is 0.82.

The process color (four color CMYK) of #a6c4fe color hex is 0.35, 0.23, 0.00, 0.00. Web safe color of #a6c4fe is #99ccff. Color #a6c4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11000100 11111110
Octal 246 304 376
Decimal 166 196 254
Hex A6 C4 FE

RGB Percentages of Color #a6c4fe

%26.95
%31.82
%41.23

CMYK Percentages of Color #a6c4fe

%35
%23
%0
%0

Triadic Colors of #a6c4fe

#a6c4fe #fea6c4 #c4fea6

Analogous Colors of #a6c4fe

#a6c4fe #b4a6fe #a6f0fe

Monochromatic Colors of #a6c4fe

#a6c4fe

Complementary Color

#a6c4fe #fee0a6

#a6c4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6c4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6c4fe Color CSS Codes

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

#a6c4fe Text Font Color

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

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


#a6c4fe Background Color

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

This div background color is #a6c4fe


#a6c4fe Border Color

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

This div border color is #a6c4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6c4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.