Color Hex Logo

#a7bdd5 Color Hex

#A7BDD5
(167,189,213)
0 Favorites   0 Comments

Color spaces of #a7bdd5

RGB 167189213
HSL0.590.350.75
HSV211°22°84°
CMYK 0.220.110.00   0.16
XYZ46.144249.414870.0567
Yxy49.41480.27860.2984
Hunter Lab70.2957-5.8446-9.8815
CIE-Lab75.7087-2.3228-14.5422

#a7bdd5 color RGB value is (167,189,213).

#a7bdd5 hex color red value is 167, green value is 189 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #a7bdd5 hue: 0.59 , saturation: 0.35 and the lightness value of a7bdd5 is 0.75.

The process color (four color CMYK) of #a7bdd5 color hex is 0.22, 0.11, 0.00, 0.16. Web safe color of #a7bdd5 is #99cccc. Color #a7bdd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11010101
Octal 247 275 325
Decimal 167 189 213
Hex A7 BD D5

RGB Percentages of Color #a7bdd5

%29.35
%33.22
%37.43

CMYK Percentages of Color #a7bdd5

%22
%11
%0
%16

Triadic Colors of #a7bdd5

#a7bdd5 #d5a7bd #bdd5a7

Analogous Colors of #a7bdd5

#a7bdd5 #a8a7d5 #a7d4d5

Monochromatic Colors of #a7bdd5

#a7bdd5

Complementary Color

#a7bdd5 #d5bfa7

#a7bdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdd5 Color CSS Codes

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

#a7bdd5 Text Font Color

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

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


#a7bdd5 Background Color

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

This div background color is #a7bdd5


#a7bdd5 Border Color

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

This div border color is #a7bdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdd5


Comments

No comments written yet.

Please login to write comment.