Color Hex Logo

#a7bdcf Color Hex

#A7BDCF
(167,189,207)
0 Favorites   0 Comments

Color spaces of #a7bdcf

RGB 167189207
HSL0.580.290.73
HSV207°19°81°
CMYK 0.190.090.00   0.19
XYZ45.396449.115766.1191
Yxy49.11570.28260.3058
Hunter Lab70.0826-7.0201-6.8791
CIE-Lab75.5233-3.6580-11.5645

#a7bdcf color RGB value is (167,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11001111
Octal 247 275 317
Decimal 167 189 207
Hex A7 BD CF

RGB Percentages of Color #a7bdcf

%29.66
%33.57
%36.77

CMYK Percentages of Color #a7bdcf

%19
%9
%0
%19

Triadic Colors of #a7bdcf

#a7bdcf #cfa7bd #bdcfa7

Analogous Colors of #a7bdcf

#a7bdcf #a7a9cf #a7cfcd

Monochromatic Colors of #a7bdcf

#a7bdcf

Complementary Color

#a7bdcf #cfb9a7

#a7bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdcf Color CSS Codes

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

#a7bdcf Text Font Color

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

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


#a7bdcf Background Color

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

This div background color is #a7bdcf


#a7bdcf Border Color

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

This div border color is #a7bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdcf


Comments

No comments written yet.

Please login to write comment.