Color Hex Logo

#a8bdfa Color Hex

#A8BDFA
(168,189,250)
0 Favorites   0 Comments

Color spaces of #a8bdfa

RGB 168189250
HSL0.620.890.82
HSV225°33°98°
CMYK 0.330.240.00   0.02
XYZ51.601451.622297.6869
Yxy51.62220.25680.2569
Hunter Lab71.84862.4630-30.3180
CIE-Lab77.05446.7948-32.4569

#a8bdfa color RGB value is (168,189,250).

#a8bdfa hex color red value is 168, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a8bdfa hue: 0.62 , saturation: 0.89 and the lightness value of a8bdfa is 0.82.

The process color (four color CMYK) of #a8bdfa color hex is 0.33, 0.24, 0.00, 0.02. Web safe color of #a8bdfa is #99ccff. Color #a8bdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111101 11111010
Octal 250 275 372
Decimal 168 189 250
Hex A8 BD FA

RGB Percentages of Color #a8bdfa

%27.68
%31.14
%41.19

CMYK Percentages of Color #a8bdfa

%33
%24
%0
%2

Triadic Colors of #a8bdfa

#a8bdfa #faa8bd #bdfaa8

Analogous Colors of #a8bdfa

#a8bdfa #bca8fa #a8e6fa

Monochromatic Colors of #a8bdfa

#a8bdfa

Complementary Color

#a8bdfa #fae5a8

#a8bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bdfa Color CSS Codes

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

#a8bdfa Text Font Color

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

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


#a8bdfa Background Color

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

This div background color is #a8bdfa


#a8bdfa Border Color

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

This div border color is #a8bdfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,189,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.