Color Hex Logo

#a8bbd2 Color Hex

#A8BBD2
(168,187,210)
0 Favorites   0 Comments

Color spaces of #a8bbd2

RGB 168187210
HSL0.590.320.74
HSV213°20°82°
CMYK 0.200.110.00   0.18
XYZ45.551648.518667.9370
Yxy48.51860.28120.2995
Hunter Lab69.6553-5.1654-9.0687
CIE-Lab75.1509-1.6079-13.7447

#a8bbd2 color RGB value is (168,187,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111011 11010010
Octal 250 273 322
Decimal 168 187 210
Hex A8 BB D2

RGB Percentages of Color #a8bbd2

%29.73
%33.10
%37.17

CMYK Percentages of Color #a8bbd2

%20
%11
%0
%18

Triadic Colors of #a8bbd2

#a8bbd2 #d2a8bb #bbd2a8

Analogous Colors of #a8bbd2

#a8bbd2 #aaa8d2 #a8d0d2

Monochromatic Colors of #a8bbd2

#a8bbd2

Complementary Color

#a8bbd2 #d2bfa8

#a8bbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bbd2 Color CSS Codes

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

#a8bbd2 Text Font Color

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

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


#a8bbd2 Background Color

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

This div background color is #a8bbd2


#a8bbd2 Border Color

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

This div border color is #a8bbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bbd2


Comments

No comments written yet.

Please login to write comment.