Color Hex Logo

#a8bfe0 Color Hex

#A8BFE0
(168,191,224)
0 Favorites   0 Comments

Color spaces of #a8bfe0

RGB 168191224
HSL0.600.470.77
HSV215°25°88°
CMYK 0.250.150.00   0.12
XYZ48.233850.968377.8167
Yxy50.96830.27250.2879
Hunter Lab71.3921-4.3383-14.6511
CIE-Lab76.6598-0.5781-19.0555

#a8bfe0 color RGB value is (168,191,224).

#a8bfe0 hex color red value is 168, green value is 191 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #a8bfe0 hue: 0.60 , saturation: 0.47 and the lightness value of a8bfe0 is 0.77.

The process color (four color CMYK) of #a8bfe0 color hex is 0.25, 0.15, 0.00, 0.12. Web safe color of #a8bfe0 is #99cccc. Color #a8bfe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111111 11100000
Octal 250 277 340
Decimal 168 191 224
Hex A8 BF E0

RGB Percentages of Color #a8bfe0

%28.82
%32.76
%38.42

CMYK Percentages of Color #a8bfe0

%25
%15
%0
%12

Triadic Colors of #a8bfe0

#a8bfe0 #e0a8bf #bfe0a8

Analogous Colors of #a8bfe0

#a8bfe0 #ada8e0 #a8dbe0

Monochromatic Colors of #a8bfe0

#a8bfe0

Complementary Color

#a8bfe0 #e0c9a8

#a8bfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bfe0 Color CSS Codes

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

#a8bfe0 Text Font Color

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

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


#a8bfe0 Background Color

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

This div background color is #a8bfe0


#a8bfe0 Border Color

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

This div border color is #a8bfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bfe0


Comments

No comments written yet.

Please login to write comment.