Color Hex Logo

#a2b8fa Color Hex

#A2B8FA
(162,184,250)
0 Favorites   0 Comments

Color spaces of #a2b8fa

RGB 162184250
HSL0.630.900.81
HSV225°35°98°
CMYK 0.350.260.00   0.02
XYZ49.296148.864597.2761
Yxy48.86450.25220.2500
Hunter Lab69.90313.5487-33.5748
CIE-Lab75.36707.9012-35.0955

#a2b8fa color RGB value is (162,184,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111000 11111010
Octal 242 270 372
Decimal 162 184 250
Hex A2 B8 FA

RGB Percentages of Color #a2b8fa

%27.18
%30.87
%41.95

CMYK Percentages of Color #a2b8fa

%35
%26
%0
%2

Triadic Colors of #a2b8fa

#a2b8fa #faa2b8 #b8faa2

Analogous Colors of #a2b8fa

#a2b8fa #b8a2fa #a2e4fa

Monochromatic Colors of #a2b8fa

#a2b8fa

Complementary Color

#a2b8fa #fae4a2

#a2b8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b8fa Color CSS Codes

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

#a2b8fa Text Font Color

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

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


#a2b8fa Background Color

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

This div background color is #a2b8fa


#a2b8fa Border Color

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

This div border color is #a2b8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.