Color Hex Logo

#a8baef Color Hex

#A8BAEF
(168,186,239)
0 Favorites   0 Comments

Color spaces of #a8baef

RGB 168186239
HSL0.620.690.80
HSV225°30°94°
CMYK 0.300.220.00   0.06
XYZ49.287349.674688.6518
Yxy49.67460.26270.2648
Hunter Lab70.48021.4859-25.2403
CIE-Lab75.86915.7129-28.3601

#a8baef color RGB value is (168,186,239).

#a8baef hex color red value is 168, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a8baef hue: 0.62 , saturation: 0.69 and the lightness value of a8baef is 0.80.

The process color (four color CMYK) of #a8baef color hex is 0.30, 0.22, 0.00, 0.06. Web safe color of #a8baef is #99ccff. Color #a8baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111010 11101111
Octal 250 272 357
Decimal 168 186 239
Hex A8 BA EF

RGB Percentages of Color #a8baef

%28.33
%31.37
%40.30

CMYK Percentages of Color #a8baef

%30
%22
%0
%6

Triadic Colors of #a8baef

#a8baef #efa8ba #baefa8

Analogous Colors of #a8baef

#a8baef #baa8ef #a8deef

Monochromatic Colors of #a8baef

#a8baef

Complementary Color

#a8baef #efdda8

#a8baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8baef Color CSS Codes

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

#a8baef Text Font Color

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

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


#a8baef Background Color

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

This div background color is #a8baef


#a8baef Border Color

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

This div border color is #a8baef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,186,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8baef


Comments

No comments written yet.

Please login to write comment.