Color Hex Logo

#a4baef Color Hex

#A4BAEF
(164,186,239)
0 Favorites   0 Comments

Color spaces of #a4baef

RGB 164186239
HSL0.620.700.79
HSV222°31°94°
CMYK 0.310.220.00   0.06
XYZ48.448749.242388.6126
Yxy49.24230.26010.2643
Hunter Lab70.17290.4374-25.7490
CIE-Lab75.60184.5736-28.7934

#a4baef color RGB value is (164,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 11101111
Octal 244 272 357
Decimal 164 186 239
Hex A4 BA EF

RGB Percentages of Color #a4baef

%27.84
%31.58
%40.58

CMYK Percentages of Color #a4baef

%31
%22
%0
%6

Triadic Colors of #a4baef

#a4baef #efa4ba #baefa4

Analogous Colors of #a4baef

#a4baef #b4a4ef #a4e0ef

Monochromatic Colors of #a4baef

#a4baef

Complementary Color

#a4baef #efd9a4

#a4baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4baef Color CSS Codes

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

#a4baef Text Font Color

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

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


#a4baef Background Color

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

This div background color is #a4baef


#a4baef Border Color

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

This div border color is #a4baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4baef


Comments

No comments written yet.

Please login to write comment.