Color Hex Logo

#a4bcff Color Hex

#A4BCFF
(164,188,255)
0 Favorites   0 Comments

Color spaces of #a4bcff

RGB 164188255
HSL0.621.000.82
HSV224°36°100°
CMYK 0.360.260.00   0.00
XYZ51.343151.0790101.7609
Yxy51.07900.25150.2502
Hunter Lab71.46963.1610-34.3905
CIE-Lab76.72687.5248-35.6667

#a4bcff color RGB value is (164,188,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 11111111
Octal 244 274 377
Decimal 164 188 255
Hex A4 BC FF

RGB Percentages of Color #a4bcff

%27.02
%30.97
%42.01

CMYK Percentages of Color #a4bcff

%36
%26
%0
%0

Triadic Colors of #a4bcff

#a4bcff #ffa4bc #bcffa4

Analogous Colors of #a4bcff

#a4bcff #baa4ff #a4eaff

Monochromatic Colors of #a4bcff

#a4bcff

Complementary Color

#a4bcff #ffe7a4

#a4bcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcff Color CSS Codes

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

#a4bcff Text Font Color

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

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


#a4bcff Background Color

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

This div background color is #a4bcff


#a4bcff Border Color

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

This div border color is #a4bcff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,188,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a4bcff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcff


Comments

No comments written yet.

Please login to write comment.