Color Hex Logo

#a7b9fe Color Hex

#A7B9FE
(167,185,254)
0 Favorites   0 Comments

Color spaces of #a7b9fe

RGB 167185254
HSL0.630.980.83
HSV228°34°100°
CMYK 0.340.270.00   0.00
XYZ51.174750.0692100.7331
Yxy50.06920.25340.2479
Hunter Lab70.75965.2653-34.8733
CIE-Lab76.11179.7305-36.0667

#a7b9fe color RGB value is (167,185,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111001 11111110
Octal 247 271 376
Decimal 167 185 254
Hex A7 B9 FE

RGB Percentages of Color #a7b9fe

%27.56
%30.53
%41.91

CMYK Percentages of Color #a7b9fe

%34
%27
%0
%0

Triadic Colors of #a7b9fe

#a7b9fe #fea7b9 #b9fea7

Analogous Colors of #a7b9fe

#a7b9fe #c1a7fe #a7e5fe

Monochromatic Colors of #a7b9fe

#a7b9fe

Complementary Color

#a7b9fe #feeca7

#a7b9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b9fe Color CSS Codes

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

#a7b9fe Text Font Color

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

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


#a7b9fe Background Color

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

This div background color is #a7b9fe


#a7b9fe Border Color

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

This div border color is #a7b9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7b9fe


Comments

No comments written yet.

Please login to write comment.