Color Hex Logo

#a8bef8 Color Hex

#A8BEF8
(168,190,248)
0 Favorites   0 Comments

Color spaces of #a8bef8

RGB 168190248
HSL0.620.850.82
HSV224°32°97°
CMYK 0.320.230.00   0.03
XYZ51.505251.929196.1156
Yxy51.92910.25810.2602
Hunter Lab72.06181.4721-28.6373
CIE-Lab77.23845.7478-31.0997

#a8bef8 color RGB value is (168,190,248).

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

The process color (four color CMYK) of #a8bef8 color hex is 0.32, 0.23, 0.00, 0.03. Web safe color of #a8bef8 is #99ccff. Color #a8bef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 11111000
Octal 250 276 370
Decimal 168 190 248
Hex A8 BE F8

RGB Percentages of Color #a8bef8

%27.72
%31.35
%40.92

CMYK Percentages of Color #a8bef8

%32
%23
%0
%3

Triadic Colors of #a8bef8

#a8bef8 #f8a8be #bef8a8

Analogous Colors of #a8bef8

#a8bef8 #baa8f8 #a8e6f8

Monochromatic Colors of #a8bef8

#a8bef8

Complementary Color

#a8bef8 #f8e2a8

#a8bef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bef8 Color CSS Codes

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

#a8bef8 Text Font Color

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

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


#a8bef8 Background Color

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

This div background color is #a8bef8


#a8bef8 Border Color

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

This div border color is #a8bef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bef8


Comments

No comments written yet.

Please login to write comment.