Color Hex Logo

#a4c6fe Color Hex

#A4C6FE
(164,198,254)
0 Favorites   0 Comments

Color spaces of #a4c6fe

RGB 164198254
HSL0.600.980.82
HSV217°35°100°
CMYK 0.350.220.00   0.00
XYZ53.393355.4364101.6521
Yxy55.43640.25370.2634
Hunter Lab74.4556-2.2922-28.8280
CIE-Lab79.29201.8178-31.1744

#a4c6fe color RGB value is (164,198,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11000110 11111110
Octal 244 306 376
Decimal 164 198 254
Hex A4 C6 FE

RGB Percentages of Color #a4c6fe

%26.62
%32.14
%41.23

CMYK Percentages of Color #a4c6fe

%35
%22
%0
%0

Triadic Colors of #a4c6fe

#a4c6fe #fea4c6 #c6fea4

Analogous Colors of #a4c6fe

#a4c6fe #afa4fe #a4f3fe

Monochromatic Colors of #a4c6fe

#a4c6fe

Complementary Color

#a4c6fe #fedca4

#a4c6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c6fe Color CSS Codes

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

#a4c6fe Text Font Color

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

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


#a4c6fe Background Color

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

This div background color is #a4c6fe


#a4c6fe Border Color

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

This div border color is #a4c6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c6fe


Comments

No comments written yet.

Please login to write comment.