Color Hex Logo

#a7bdce Color Hex

#A7BDCE
(167,189,206)
0 Favorites   0 Comments

Color spaces of #a7bdce

RGB 167189206
HSL0.570.280.73
HSV206°19°81°
CMYK 0.190.080.00   0.19
XYZ45.274549.066965.4772
Yxy49.06690.28330.3070
Hunter Lab70.0478-7.2124-6.3879
CIE-Lab75.4929-3.8774-11.0669

#a7bdce color RGB value is (167,189,206).

#a7bdce hex color red value is 167, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a7bdce hue: 0.57 , saturation: 0.28 and the lightness value of a7bdce is 0.73.

The process color (four color CMYK) of #a7bdce color hex is 0.19, 0.08, 0.00, 0.19. Web safe color of #a7bdce is #99cccc. Color #a7bdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11001110
Octal 247 275 316
Decimal 167 189 206
Hex A7 BD CE

RGB Percentages of Color #a7bdce

%29.72
%33.63
%36.65

CMYK Percentages of Color #a7bdce

%19
%8
%0
%19

Triadic Colors of #a7bdce

#a7bdce #cea7bd #bdcea7

Analogous Colors of #a7bdce

#a7bdce #a7aace #a7cecc

Monochromatic Colors of #a7bdce

#a7bdce

Complementary Color

#a7bdce #ceb8a7

#a7bdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdce Color CSS Codes

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

#a7bdce Text Font Color

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

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


#a7bdce Background Color

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

This div background color is #a7bdce


#a7bdce Border Color

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

This div border color is #a7bdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdce

#a7bdce Color Palettes


Comments

No comments written yet.

Please login to write comment.