Color Hex Logo

#a4bbfa Color Hex

#A4BBFA
(164,187,250)
0 Favorites   0 Comments

Color spaces of #a4bbfa

RGB 164187250
HSL0.620.900.81
HSV224°34°98°
CMYK 0.340.250.00   0.02
XYZ50.335550.335397.5052
Yxy50.33530.25400.2540
Hunter Lab70.94742.4837-31.8209
CIE-Lab76.27466.7927-33.6817

#a4bbfa color RGB value is (164,187,250).

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

The process color (four color CMYK) of #a4bbfa color hex is 0.34, 0.25, 0.00, 0.02. Web safe color of #a4bbfa is #99ccff. Color #a4bbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111011 11111010
Octal 244 273 372
Decimal 164 187 250
Hex A4 BB FA

RGB Percentages of Color #a4bbfa

%27.29
%31.11
%41.60

CMYK Percentages of Color #a4bbfa

%34
%25
%0
%2

Triadic Colors of #a4bbfa

#a4bbfa #faa4bb #bbfaa4

Analogous Colors of #a4bbfa

#a4bbfa #b8a4fa #a4e6fa

Monochromatic Colors of #a4bbfa

#a4bbfa

Complementary Color

#a4bbfa #fae3a4

#a4bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bbfa Color CSS Codes

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

#a4bbfa Text Font Color

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

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


#a4bbfa Background Color

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

This div background color is #a4bbfa


#a4bbfa Border Color

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

This div border color is #a4bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.