Color Hex Logo

#a4bbfe Color Hex

#A4BBFE
(164,187,254)
0 Favorites   0 Comments

Color spaces of #a4bbfe

RGB 164187254
HSL0.620.980.82
HSV225°35°100°
CMYK 0.350.260.00   0.00
XYZ50.969650.5889100.8442
Yxy50.58890.25180.2499
Hunter Lab71.12593.4448-34.2749
CIE-Lab76.42937.8174-35.5908

#a4bbfe color RGB value is (164,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111011 11111110
Octal 244 273 376
Decimal 164 187 254
Hex A4 BB FE

RGB Percentages of Color #a4bbfe

%27.11
%30.91
%41.98

CMYK Percentages of Color #a4bbfe

%35
%26
%0
%0

Triadic Colors of #a4bbfe

#a4bbfe #fea4bb #bbfea4

Analogous Colors of #a4bbfe

#a4bbfe #baa4fe #a4e8fe

Monochromatic Colors of #a4bbfe

#a4bbfe

Complementary Color

#a4bbfe #fee7a4

#a4bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bbfe Color CSS Codes

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

#a4bbfe Text Font Color

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

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


#a4bbfe Background Color

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

This div background color is #a4bbfe


#a4bbfe Border Color

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

This div border color is #a4bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.