Color Hex Logo

#a8bbd1 Color Hex

#A8BBD1
(168,187,209)
0 Favorites   0 Comments

Color spaces of #a8bbd1

RGB 168187209
HSL0.590.310.74
HSV212°20°82°
CMYK 0.200.110.00   0.18
XYZ45.427448.468967.2828
Yxy48.46890.28180.3007
Hunter Lab69.6196-5.3615-8.5662
CIE-Lab75.1197-1.8297-13.2480

#a8bbd1 color RGB value is (168,187,209).

#a8bbd1 hex color red value is 168, green value is 187 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #a8bbd1 hue: 0.59 , saturation: 0.31 and the lightness value of a8bbd1 is 0.74.

The process color (four color CMYK) of #a8bbd1 color hex is 0.20, 0.11, 0.00, 0.18. Web safe color of #a8bbd1 is #99cccc. Color #a8bbd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111011 11010001
Octal 250 273 321
Decimal 168 187 209
Hex A8 BB D1

RGB Percentages of Color #a8bbd1

%29.79
%33.16
%37.06

CMYK Percentages of Color #a8bbd1

%20
%11
%0
%18

Triadic Colors of #a8bbd1

#a8bbd1 #d1a8bb #bbd1a8

Analogous Colors of #a8bbd1

#a8bbd1 #aaa8d1 #a8d0d1

Monochromatic Colors of #a8bbd1

#a8bbd1

Complementary Color

#a8bbd1 #d1bea8

#a8bbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bbd1 Color CSS Codes

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

#a8bbd1 Text Font Color

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

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


#a8bbd1 Background Color

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

This div background color is #a8bbd1


#a8bbd1 Border Color

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

This div border color is #a8bbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bbd1


Comments

No comments written yet.

Please login to write comment.