Color Hex Logo

#a8bbde Color Hex

#A8BBDE
(168,187,222)
0 Favorites   0 Comments

Color spaces of #a8bbde

RGB 168187222
HSL0.610.450.76
HSV219°24°87°
CMYK 0.240.160.00   0.13
XYZ47.103649.139476.1095
Yxy49.13940.27330.2851
Hunter Lab70.0995-2.7304-15.3036
CIE-Lab75.53801.1178-19.6723

#a8bbde color RGB value is (168,187,222).

#a8bbde hex color red value is 168, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a8bbde hue: 0.61 , saturation: 0.45 and the lightness value of a8bbde is 0.76.

The process color (four color CMYK) of #a8bbde color hex is 0.24, 0.16, 0.00, 0.13. Web safe color of #a8bbde is #99cccc. Color #a8bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111011 11011110
Octal 250 273 336
Decimal 168 187 222
Hex A8 BB DE

RGB Percentages of Color #a8bbde

%29.12
%32.41
%38.47

CMYK Percentages of Color #a8bbde

%24
%16
%0
%13

Triadic Colors of #a8bbde

#a8bbde #dea8bb #bbdea8

Analogous Colors of #a8bbde

#a8bbde #b0a8de #a8d6de

Monochromatic Colors of #a8bbde

#a8bbde

Complementary Color

#a8bbde #decba8

#a8bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bbde Color CSS Codes

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

#a8bbde Text Font Color

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

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


#a8bbde Background Color

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

This div background color is #a8bbde


#a8bbde Border Color

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

This div border color is #a8bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bbde


Comments

No comments written yet.

Please login to write comment.