Color Hex Logo

#a7bfce Color Hex

#A7BFCE
(167,191,206)
0 Favorites   0 Comments

Color spaces of #a7bfce

RGB 167191206
HSL0.560.280.73
HSV203°19°81°
CMYK 0.190.070.00   0.19
XYZ45.707749.933365.6216
Yxy49.93330.28340.3096
Hunter Lab70.6635-8.2009-5.5952
CIE-Lab76.0283-4.9436-10.2678

#a7bfce color RGB value is (167,191,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111111 11001110
Octal 247 277 316
Decimal 167 191 206
Hex A7 BF CE

RGB Percentages of Color #a7bfce

%29.61
%33.87
%36.52

CMYK Percentages of Color #a7bfce

%19
%7
%0
%19

Triadic Colors of #a7bfce

#a7bfce #cea7bf #bfcea7

Analogous Colors of #a7bfce

#a7bfce #a7acce #a7ceca

Monochromatic Colors of #a7bfce

#a7bfce

Complementary Color

#a7bfce #ceb6a7

#a7bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bfce Color CSS Codes

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

#a7bfce Text Font Color

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

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


#a7bfce Background Color

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

This div background color is #a7bfce


#a7bfce Border Color

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

This div border color is #a7bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bfce


Comments

No comments written yet.

Please login to write comment.