Color Hex Logo

#a7bbdb Color Hex

#A7BBDB
(167,187,219)
0 Favorites   0 Comments

Color spaces of #a7bbdb

RGB 167187219
HSL0.600.420.76
HSV217°24°86°
CMYK 0.240.150.00   0.14
XYZ46.492948.870674.0004
Yxy48.87060.27450.2886
Hunter Lab69.9075-3.6244-13.8260
CIE-Lab75.37080.1211-18.3057

#a7bbdb color RGB value is (167,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111011 11011011
Octal 247 273 333
Decimal 167 187 219
Hex A7 BB DB

RGB Percentages of Color #a7bbdb

%29.14
%32.64
%38.22

CMYK Percentages of Color #a7bbdb

%24
%15
%0
%14

Triadic Colors of #a7bbdb

#a7bbdb #dba7bb #bbdba7

Analogous Colors of #a7bbdb

#a7bbdb #ada7db #a7d5db

Monochromatic Colors of #a7bbdb

#a7bbdb

Complementary Color

#a7bbdb #dbc7a7

#a7bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bbdb Color CSS Codes

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

#a7bbdb Text Font Color

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

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


#a7bbdb Background Color

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

This div background color is #a7bbdb


#a7bbdb Border Color

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

This div border color is #a7bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bbdb


Comments

No comments written yet.

Please login to write comment.