Color Hex Logo

#a4bcef Color Hex

#A4BCEF
(164,188,239)
0 Favorites   0 Comments

Color spaces of #a4bcef

RGB 164188239
HSL0.610.700.79
HSV221°31°94°
CMYK 0.310.210.00   0.06
XYZ48.873050.090988.7540
Yxy50.09090.26040.2668
Hunter Lab70.7749-0.5945-24.8091
CIE-Lab76.12503.4810-27.9906

#a4bcef color RGB value is (164,188,239).

#a4bcef hex color red value is 164, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a4bcef hue: 0.61 , saturation: 0.70 and the lightness value of a4bcef is 0.79.

The process color (four color CMYK) of #a4bcef color hex is 0.31, 0.21, 0.00, 0.06. Web safe color of #a4bcef is #99ccff. Color #a4bcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 11101111
Octal 244 274 357
Decimal 164 188 239
Hex A4 BC EF

RGB Percentages of Color #a4bcef

%27.75
%31.81
%40.44

CMYK Percentages of Color #a4bcef

%31
%21
%0
%6

Triadic Colors of #a4bcef

#a4bcef #efa4bc #bcefa4

Analogous Colors of #a4bcef

#a4bcef #b2a4ef #a4e2ef

Monochromatic Colors of #a4bcef

#a4bcef

Complementary Color

#a4bcef #efd7a4

#a4bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcef Color CSS Codes

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

#a4bcef Text Font Color

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

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


#a4bcef Background Color

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

This div background color is #a4bcef


#a4bcef Border Color

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

This div border color is #a4bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcef


Comments

No comments written yet.

Please login to write comment.