Color Hex Logo

#a7bedb Color Hex

#A7BEDB
(167,190,219)
0 Favorites   0 Comments

Color spaces of #a7bedb

RGB 167190219
HSL0.590.420.76
HSV213°24°86°
CMYK 0.240.130.00   0.14
XYZ47.136050.156974.2147
Yxy50.15690.27480.2924
Hunter Lab70.8215-5.1352-12.5556
CIE-Lab76.1655-1.4962-17.1051

#a7bedb color RGB value is (167,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111110 11011011
Octal 247 276 333
Decimal 167 190 219
Hex A7 BE DB

RGB Percentages of Color #a7bedb

%28.99
%32.99
%38.02

CMYK Percentages of Color #a7bedb

%24
%13
%0
%14

Triadic Colors of #a7bedb

#a7bedb #dba7be #bedba7

Analogous Colors of #a7bedb

#a7bedb #aaa7db #a7d8db

Monochromatic Colors of #a7bedb

#a7bedb

Complementary Color

#a7bedb #dbc4a7

#a7bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bedb Color CSS Codes

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

#a7bedb Text Font Color

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

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


#a7bedb Background Color

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

This div background color is #a7bedb


#a7bedb Border Color

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

This div border color is #a7bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bedb


Comments

No comments written yet.

Please login to write comment.