Color Hex Logo

#a4befb Color Hex

#A4BEFB
(164,190,251)
0 Favorites   0 Comments

Color spaces of #a4befb

RGB 164190251
HSL0.620.920.81
HSV222°35°98°
CMYK 0.350.240.00   0.02
XYZ51.135951.684598.5477
Yxy51.68450.25390.2567
Hunter Lab71.89191.1541-30.9489
CIE-Lab77.09185.4032-32.9573

#a4befb color RGB value is (164,190,251).

#a4befb hex color red value is 164, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a4befb hue: 0.62 , saturation: 0.92 and the lightness value of a4befb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111110 11111011
Octal 244 276 373
Decimal 164 190 251
Hex A4 BE FB

RGB Percentages of Color #a4befb

%27.11
%31.40
%41.49

CMYK Percentages of Color #a4befb

%35
%24
%0
%2

Triadic Colors of #a4befb

#a4befb #fba4be #befba4

Analogous Colors of #a4befb

#a4befb #b6a4fb #a4eafb

Monochromatic Colors of #a4befb

#a4befb

Complementary Color

#a4befb #fbe1a4

#a4befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4befb Color CSS Codes

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

#a4befb Text Font Color

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

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


#a4befb Background Color

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

This div background color is #a4befb


#a4befb Border Color

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

This div border color is #a4befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4befb

Related Colors


Comments

No comments written yet.

Please login to write comment.