Color Hex Logo

#a8bffd Color Hex

#A8BFFD
(168,191,253)
0 Favorites   0 Comments

Color spaces of #a8bffd

RGB 168191253
HSL0.620.960.83
HSV224°34°99°
CMYK 0.340.250.00   0.01
XYZ52.508952.6783100.3289
Yxy52.67830.25550.2563
Hunter Lab72.57982.1237-31.1522
CIE-Lab77.68476.4552-33.0937

#a8bffd color RGB value is (168,191,253).

#a8bffd hex color red value is 168, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a8bffd hue: 0.62 , saturation: 0.96 and the lightness value of a8bffd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111111 11111101
Octal 250 277 375
Decimal 168 191 253
Hex A8 BF FD

RGB Percentages of Color #a8bffd

%27.45
%31.21
%41.34

CMYK Percentages of Color #a8bffd

%34
%25
%0
%1

Triadic Colors of #a8bffd

#a8bffd #fda8bf #bffda8

Analogous Colors of #a8bffd

#a8bffd #bca8fd #a8eafd

Monochromatic Colors of #a8bffd

#a8bffd

Complementary Color

#a8bffd #fde6a8

#a8bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bffd Color CSS Codes

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

#a8bffd Text Font Color

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

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


#a8bffd Background Color

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

This div background color is #a8bffd


#a8bffd Border Color

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

This div border color is #a8bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bffd

Related Colors


Comments

No comments written yet.

Please login to write comment.