Color Hex Logo

#a8bcdb Color Hex

#A8BCDB
(168,188,219)
0 Favorites   0 Comments

Color spaces of #a8bcdb

RGB 168188219
HSL0.600.410.76
HSV216°23°86°
CMYK 0.230.140.00   0.14
XYZ46.917949.405774.0813
Yxy49.40570.27530.2899
Hunter Lab70.2892-3.8577-13.2863
CIE-Lab75.7030-0.1143-17.7969

#a8bcdb color RGB value is (168,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111100 11011011
Octal 250 274 333
Decimal 168 188 219
Hex A8 BC DB

RGB Percentages of Color #a8bcdb

%29.22
%32.70
%38.09

CMYK Percentages of Color #a8bcdb

%23
%14
%0
%14

Triadic Colors of #a8bcdb

#a8bcdb #dba8bc #bcdba8

Analogous Colors of #a8bcdb

#a8bcdb #aea8db #a8d6db

Monochromatic Colors of #a8bcdb

#a8bcdb

Complementary Color

#a8bcdb #dbc7a8

#a8bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bcdb Color CSS Codes

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

#a8bcdb Text Font Color

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

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


#a8bcdb Background Color

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

This div background color is #a8bcdb


#a8bcdb Border Color

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

This div border color is #a8bcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,188,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 #a8bcdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bcdb


Comments

No comments written yet.

Please login to write comment.