Color Hex Logo

#a2befb Color Hex

#A2BEFB
(162,190,251)
0 Favorites   0 Comments

Color spaces of #a2befb

RGB 162190251
HSL0.610.920.81
HSV221°35°98°
CMYK 0.350.240.00   0.02
XYZ50.726351.473398.5286
Yxy51.47330.25270.2564
Hunter Lab71.74490.6525-31.2026
CIE-Lab76.96484.8618-33.1637

#a2befb color RGB value is (162,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111110 11111011
Octal 242 276 373
Decimal 162 190 251
Hex A2 BE FB

RGB Percentages of Color #a2befb

%26.87
%31.51
%41.63

CMYK Percentages of Color #a2befb

%35
%24
%0
%2

Triadic Colors of #a2befb

#a2befb #fba2be #befba2

Analogous Colors of #a2befb

#a2befb #b3a2fb #a2ebfb

Monochromatic Colors of #a2befb

#a2befb

Complementary Color

#a2befb #fbdfa2

#a2befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2befb Color CSS Codes

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

#a2befb Text Font Color

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

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


#a2befb Background Color

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

This div background color is #a2befb


#a2befb Border Color

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

This div border color is #a2befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2befb

Related Colors


Comments

No comments written yet.

Please login to write comment.