Color Hex Logo

#a8befa Color Hex

#A8BEFA
(168,190,250)
0 Favorites   0 Comments

Color spaces of #a8befa

RGB 168190250
HSL0.620.890.82
HSV224°33°98°
CMYK 0.330.240.00   0.02
XYZ51.817252.053997.7588
Yxy52.05390.25700.2582
Hunter Lab72.14841.9396-29.8322
CIE-Lab77.31316.2476-32.0582

#a8befa color RGB value is (168,190,250).

#a8befa hex color red value is 168, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a8befa hue: 0.62 , saturation: 0.89 and the lightness value of a8befa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 11111010
Octal 250 276 372
Decimal 168 190 250
Hex A8 BE FA

RGB Percentages of Color #a8befa

%27.63
%31.25
%41.12

CMYK Percentages of Color #a8befa

%33
%24
%0
%2

Triadic Colors of #a8befa

#a8befa #faa8be #befaa8

Analogous Colors of #a8befa

#a8befa #bba8fa #a8e7fa

Monochromatic Colors of #a8befa

#a8befa

Complementary Color

#a8befa #fae4a8

#a8befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8befa Color CSS Codes

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

#a8befa Text Font Color

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

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


#a8befa Background Color

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

This div background color is #a8befa


#a8befa Border Color

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

This div border color is #a8befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8befa

Related Colors


Comments

No comments written yet.

Please login to write comment.