Color Hex Logo

#a7bdfa Color Hex

#A7BDFA
(167,189,250)
0 Favorites   0 Comments

Color spaces of #a7bdfa

RGB 167189250
HSL0.620.890.82
HSV224°33°98°
CMYK 0.330.240.00   0.02
XYZ51.389351.512897.6769
Yxy51.51280.25620.2568
Hunter Lab71.77242.2049-30.4486
CIE-Lab76.98866.5187-32.5637

#a7bdfa color RGB value is (167,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11111010
Octal 247 275 372
Decimal 167 189 250
Hex A7 BD FA

RGB Percentages of Color #a7bdfa

%27.56
%31.19
%41.25

CMYK Percentages of Color #a7bdfa

%33
%24
%0
%2

Triadic Colors of #a7bdfa

#a7bdfa #faa7bd #bdfaa7

Analogous Colors of #a7bdfa

#a7bdfa #bba7fa #a7e7fa

Monochromatic Colors of #a7bdfa

#a7bdfa

Complementary Color

#a7bdfa #fae4a7

#a7bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdfa Color CSS Codes

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

#a7bdfa Text Font Color

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

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


#a7bdfa Background Color

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

This div background color is #a7bdfa


#a7bdfa Border Color

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

This div border color is #a7bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdfa


Comments

No comments written yet.

Please login to write comment.