Color Hex Logo

#a8bfdb Color Hex

#A8BFDB
(168,191,219)
0 Favorites   0 Comments

Color spaces of #a8bfdb

RGB 168191219
HSL0.590.410.76
HSV213°23°86°
CMYK 0.230.130.00   0.14
XYZ47.565450.700974.2971
Yxy50.70090.27560.2938
Hunter Lab71.2046-5.3681-12.0219
CIE-Lab76.4975-1.7292-16.5978

#a8bfdb color RGB value is (168,191,219).

#a8bfdb hex color red value is 168, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a8bfdb hue: 0.59 , saturation: 0.41 and the lightness value of a8bfdb is 0.76.

The process color (four color CMYK) of #a8bfdb color hex is 0.23, 0.13, 0.00, 0.14. Web safe color of #a8bfdb is #99cccc. Color #a8bfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111111 11011011
Octal 250 277 333
Decimal 168 191 219
Hex A8 BF DB

RGB Percentages of Color #a8bfdb

%29.07
%33.04
%37.89

CMYK Percentages of Color #a8bfdb

%23
%13
%0
%14

Triadic Colors of #a8bfdb

#a8bfdb #dba8bf #bfdba8

Analogous Colors of #a8bfdb

#a8bfdb #aba8db #a8d9db

Monochromatic Colors of #a8bfdb

#a8bfdb

Complementary Color

#a8bfdb #dbc4a8

#a8bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bfdb Color CSS Codes

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

#a8bfdb Text Font Color

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

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


#a8bfdb Background Color

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

This div background color is #a8bfdb


#a8bfdb Border Color

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

This div border color is #a8bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bfdb


Comments

No comments written yet.

Please login to write comment.