Color Hex Logo

#a8ccfe Color Hex

#A8CCFE
(168,204,254)
0 Favorites   0 Comments

Color spaces of #a8ccfe

RGB 168204254
HSL0.600.980.83
HSV215°34°100°
CMYK 0.340.200.00   0.00
XYZ55.630758.6663102.1576
Yxy58.66630.25700.2710
Hunter Lab76.5939-4.3936-25.4626
CIE-Lab81.1078-0.3252-28.3671

#a8ccfe color RGB value is (168,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001100 11111110
Octal 250 314 376
Decimal 168 204 254
Hex A8 CC FE

RGB Percentages of Color #a8ccfe

%26.84
%32.59
%40.58

CMYK Percentages of Color #a8ccfe

%34
%20
%0
%0

Triadic Colors of #a8ccfe

#a8ccfe #fea8cc #ccfea8

Analogous Colors of #a8ccfe

#a8ccfe #afa8fe #a8f7fe

Monochromatic Colors of #a8ccfe

#a8ccfe

Complementary Color

#a8ccfe #fedaa8

#a8ccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ccfe Color CSS Codes

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

#a8ccfe Text Font Color

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

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


#a8ccfe Background Color

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

This div background color is #a8ccfe


#a8ccfe Border Color

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

This div border color is #a8ccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ccfe

Related Colors


Comments

No comments written yet.

Please login to write comment.