Color Hex Logo

#a4beef Color Hex

#A4BEEF
(164,190,239)
0 Favorites   0 Comments

Color spaces of #a4beef

RGB 164190239
HSL0.610.700.79
HSV219°31°94°
CMYK 0.310.210.00   0.06
XYZ49.303350.951488.8974
Yxy50.95140.26070.2694
Hunter Lab71.3802-1.6231-23.8740
CIE-Lab76.64962.3923-27.1868

#a4beef color RGB value is (164,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111110 11101111
Octal 244 276 357
Decimal 164 190 239
Hex A4 BE EF

RGB Percentages of Color #a4beef

%27.66
%32.04
%40.30

CMYK Percentages of Color #a4beef

%31
%21
%0
%6

Triadic Colors of #a4beef

#a4beef #efa4be #beefa4

Analogous Colors of #a4beef

#a4beef #b0a4ef #a4e4ef

Monochromatic Colors of #a4beef

#a4beef

Complementary Color

#a4beef #efd5a4

#a4beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4beef Color CSS Codes

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

#a4beef Text Font Color

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

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


#a4beef Background Color

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

This div background color is #a4beef


#a4beef Border Color

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

This div border color is #a4beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4beef


Comments

No comments written yet.

Please login to write comment.