Color Hex Logo

#a8bfee Color Hex

#A8BFEE
(168,191,238)
0 Favorites   0 Comments

Color spaces of #a8bfee

RGB 168191238
HSL0.610.670.80
HSV220°29°93°
CMYK 0.290.200.00   0.07
XYZ50.211951.759588.2330
Yxy51.75950.26400.2721
Hunter Lab71.9441-1.3217-22.3531
CIE-Lab77.13682.7449-25.8799

#a8bfee color RGB value is (168,191,238).

#a8bfee hex color red value is 168, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a8bfee hue: 0.61 , saturation: 0.67 and the lightness value of a8bfee is 0.80.

The process color (four color CMYK) of #a8bfee color hex is 0.29, 0.20, 0.00, 0.07. Web safe color of #a8bfee is #99ccff. Color #a8bfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111111 11101110
Octal 250 277 356
Decimal 168 191 238
Hex A8 BF EE

RGB Percentages of Color #a8bfee

%28.14
%31.99
%39.87

CMYK Percentages of Color #a8bfee

%29
%20
%0
%7

Triadic Colors of #a8bfee

#a8bfee #eea8bf #bfeea8

Analogous Colors of #a8bfee

#a8bfee #b4a8ee #a8e2ee

Monochromatic Colors of #a8bfee

#a8bfee

Complementary Color

#a8bfee #eed7a8

#a8bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bfee Color CSS Codes

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

#a8bfee Text Font Color

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

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


#a8bfee Background Color

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

This div background color is #a8bfee


#a8bfee Border Color

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

This div border color is #a8bfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bfee


Comments

No comments written yet.

Please login to write comment.