Color Hex Logo

#a4bafe Color Hex

#A4BAFE
(164,186,254)
0 Favorites   0 Comments

Color spaces of #a4bafe

RGB 164186254
HSL0.630.980.82
HSV225°35°100°
CMYK 0.350.270.00   0.00
XYZ50.758150.1661100.7737
Yxy50.16610.25170.2487
Hunter Lab70.82803.9709-34.7778
CIE-Lab76.17118.3678-35.9905

#a4bafe color RGB value is (164,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 11111110
Octal 244 272 376
Decimal 164 186 254
Hex A4 BA FE

RGB Percentages of Color #a4bafe

%27.15
%30.79
%42.05

CMYK Percentages of Color #a4bafe

%35
%27
%0
%0

Triadic Colors of #a4bafe

#a4bafe #fea4ba #bafea4

Analogous Colors of #a4bafe

#a4bafe #bba4fe #a4e7fe

Monochromatic Colors of #a4bafe

#a4bafe

Complementary Color

#a4bafe #fee8a4

#a4bafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bafe Color CSS Codes

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

#a4bafe Text Font Color

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

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


#a4bafe Background Color

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

This div background color is #a4bafe


#a4bafe Border Color

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

This div border color is #a4bafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bafe


Comments

No comments written yet.

Please login to write comment.