Color Hex Logo

#a7bffe Color Hex

#A7BFFE
(167,191,254)
0 Favorites   0 Comments

Color spaces of #a7bffe

RGB 167191254
HSL0.620.980.83
HSV223°34°100°
CMYK 0.340.250.00   0.00
XYZ52.456552.6329101.1603
Yxy52.63290.25430.2552
Hunter Lab72.54852.1052-31.8889
CIE-Lab77.65786.4348-33.6763

#a7bffe color RGB value is (167,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111111 11111110
Octal 247 277 376
Decimal 167 191 254
Hex A7 BF FE

RGB Percentages of Color #a7bffe

%27.29
%31.21
%41.50

CMYK Percentages of Color #a7bffe

%34
%25
%0
%0

Triadic Colors of #a7bffe

#a7bffe #fea7bf #bffea7

Analogous Colors of #a7bffe

#a7bffe #bba7fe #a7ebfe

Monochromatic Colors of #a7bffe

#a7bffe

Complementary Color

#a7bffe #fee6a7

#a7bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bffe Color CSS Codes

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

#a7bffe Text Font Color

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

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


#a7bffe Background Color

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

This div background color is #a7bffe


#a7bffe Border Color

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

This div border color is #a7bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bffe


Comments

No comments written yet.

Please login to write comment.