Color Hex Logo

#a4bcfe Color Hex

#A4BCFE
(164,188,254)
0 Favorites   0 Comments

Color spaces of #a4bcfe

RGB 164188254
HSL0.620.980.82
HSV224°35°100°
CMYK 0.350.260.00   0.00
XYZ51.182551.0147100.9151
Yxy51.01470.25200.2512
Hunter Lab71.42462.9192-33.7731
CIE-Lab76.68797.2676-35.1906

#a4bcfe color RGB value is (164,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 11111110
Octal 244 274 376
Decimal 164 188 254
Hex A4 BC FE

RGB Percentages of Color #a4bcfe

%27.06
%31.02
%41.91

CMYK Percentages of Color #a4bcfe

%35
%26
%0
%0

Triadic Colors of #a4bcfe

#a4bcfe #fea4bc #bcfea4

Analogous Colors of #a4bcfe

#a4bcfe #b9a4fe #a4e9fe

Monochromatic Colors of #a4bcfe

#a4bcfe

Complementary Color

#a4bcfe #fee6a4

#a4bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcfe Color CSS Codes

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

#a4bcfe Text Font Color

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

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


#a4bcfe Background Color

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

This div background color is #a4bcfe


#a4bcfe Border Color

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

This div border color is #a4bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.