Color Hex Logo

#a7bddd Color Hex

#A7BDDD
(167,189,221)
0 Favorites   0 Comments

Color spaces of #a7bddd

RGB 167189221
HSL0.600.440.76
HSV216°24°87°
CMYK 0.240.140.00   0.13
XYZ47.185149.831175.5381
Yxy49.83110.27350.2888
Hunter Lab70.5911-4.2201-14.0312
CIE-Lab75.9655-0.4968-18.4899

#a7bddd color RGB value is (167,189,221).

#a7bddd hex color red value is 167, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a7bddd hue: 0.60 , saturation: 0.44 and the lightness value of a7bddd is 0.76.

The process color (four color CMYK) of #a7bddd color hex is 0.24, 0.14, 0.00, 0.13. Web safe color of #a7bddd is #99cccc. Color #a7bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11011101
Octal 247 275 335
Decimal 167 189 221
Hex A7 BD DD

RGB Percentages of Color #a7bddd

%28.94
%32.76
%38.30

CMYK Percentages of Color #a7bddd

%24
%14
%0
%13

Triadic Colors of #a7bddd

#a7bddd #dda7bd #bddda7

Analogous Colors of #a7bddd

#a7bddd #aca7dd #a7d8dd

Monochromatic Colors of #a7bddd

#a7bddd

Complementary Color

#a7bddd #ddc7a7

#a7bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bddd Color CSS Codes

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

#a7bddd Text Font Color

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

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


#a7bddd Background Color

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

This div background color is #a7bddd


#a7bddd Border Color

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

This div border color is #a7bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bddd


Comments

No comments written yet.

Please login to write comment.