Color Hex Logo

#a8bdfe Color Hex

#A8BDFE
(168,189,254)
0 Favorites   0 Comments

Color spaces of #a8bdfe

RGB 168189254
HSL0.630.980.83
HSV225°34°100°
CMYK 0.340.260.00   0.00
XYZ52.235451.8758101.0259
Yxy51.87580.25460.2529
Hunter Lab72.02493.4121-32.7459
CIE-Lab77.20657.8027-34.3678

#a8bdfe color RGB value is (168,189,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111101 11111110
Octal 250 275 376
Decimal 168 189 254
Hex A8 BD FE

RGB Percentages of Color #a8bdfe

%27.50
%30.93
%41.57

CMYK Percentages of Color #a8bdfe

%34
%26
%0
%0

Triadic Colors of #a8bdfe

#a8bdfe #fea8bd #bdfea8

Analogous Colors of #a8bdfe

#a8bdfe #bea8fe #a8e8fe

Monochromatic Colors of #a8bdfe

#a8bdfe

Complementary Color

#a8bdfe #fee9a8

#a8bdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bdfe Color CSS Codes

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

#a8bdfe Text Font Color

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

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


#a8bdfe Background Color

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

This div background color is #a8bdfe


#a8bdfe Border Color

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

This div border color is #a8bdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.