Color Hex Logo

#a7bdeb Color Hex

#A7BDEB
(167,189,235)
0 Favorites   0 Comments

Color spaces of #a7bdeb

RGB 167189235
HSL0.610.630.79
HSV221°29°92°
CMYK 0.290.200.00   0.08
XYZ49.129350.608885.7764
Yxy50.60880.26480.2728
Hunter Lab71.1399-1.2224-21.6906
CIE-Lab76.44142.8162-25.3320

#a7bdeb color RGB value is (167,189,235).

#a7bdeb hex color red value is 167, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a7bdeb hue: 0.61 , saturation: 0.63 and the lightness value of a7bdeb is 0.79.

The process color (four color CMYK) of #a7bdeb color hex is 0.29, 0.20, 0.00, 0.08. Web safe color of #a7bdeb is #99ccff. Color #a7bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11101011
Octal 247 275 353
Decimal 167 189 235
Hex A7 BD EB

RGB Percentages of Color #a7bdeb

%28.26
%31.98
%39.76

CMYK Percentages of Color #a7bdeb

%29
%20
%0
%8

Triadic Colors of #a7bdeb

#a7bdeb #eba7bd #bdeba7

Analogous Colors of #a7bdeb

#a7bdeb #b3a7eb #a7dfeb

Monochromatic Colors of #a7bdeb

#a7bdeb

Complementary Color

#a7bdeb #ebd5a7

#a7bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdeb Color CSS Codes

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

#a7bdeb Text Font Color

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

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


#a7bdeb Background Color

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

This div background color is #a7bdeb


#a7bdeb Border Color

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

This div border color is #a7bdeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,189,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdeb


Comments

No comments written yet.

Please login to write comment.