Color Hex Logo

#a8c9fc Color Hex

#A8C9FC
(168,201,252)
0 Favorites   0 Comments

Color spaces of #a8c9fc

RGB 168201252
HSL0.600.930.82
HSV216°33°99°
CMYK 0.330.200.00   0.01
XYZ54.605857.1264100.2439
Yxy57.12640.25760.2695
Hunter Lab75.5820-3.3075-25.7285
CIE-Lab80.25060.7852-28.6147

#a8c9fc color RGB value is (168,201,252).

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

The process color (four color CMYK) of #a8c9fc color hex is 0.33, 0.20, 0.00, 0.01. Web safe color of #a8c9fc is #99ccff. Color #a8c9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001001 11111100
Octal 250 311 374
Decimal 168 201 252
Hex A8 C9 FC

RGB Percentages of Color #a8c9fc

%27.05
%32.37
%40.58

CMYK Percentages of Color #a8c9fc

%33
%20
%0
%1

Triadic Colors of #a8c9fc

#a8c9fc #fca8c9 #c9fca8

Analogous Colors of #a8c9fc

#a8c9fc #b1a8fc #a8f3fc

Monochromatic Colors of #a8c9fc

#a8c9fc

Complementary Color

#a8c9fc #fcdba8

#a8c9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c9fc Color CSS Codes

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

#a8c9fc Text Font Color

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

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


#a8c9fc Background Color

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

This div background color is #a8c9fc


#a8c9fc Border Color

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

This div border color is #a8c9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c9fc


Comments

No comments written yet.

Please login to write comment.