Color Hex Logo

#a7bddc Color Hex

#A7BDDC
(167,189,220)
0 Favorites   0 Comments

Color spaces of #a7bddc

RGB 167189220
HSL0.600.430.76
HSV215°24°86°
CMYK 0.240.140.00   0.14
XYZ47.052249.778074.8383
Yxy49.77800.27410.2900
Hunter Lab70.5535-4.4269-13.5033
CIE-Lab75.9328-0.7280-17.9978

#a7bddc color RGB value is (167,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11011100
Octal 247 275 334
Decimal 167 189 220
Hex A7 BD DC

RGB Percentages of Color #a7bddc

%28.99
%32.81
%38.19

CMYK Percentages of Color #a7bddc

%24
%14
%0
%14

Triadic Colors of #a7bddc

#a7bddc #dca7bd #bddca7

Analogous Colors of #a7bddc

#a7bddc #aca7dc #a7d8dc

Monochromatic Colors of #a7bddc

#a7bddc

Complementary Color

#a7bddc #dcc6a7

#a7bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bddc Color CSS Codes

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

#a7bddc Text Font Color

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

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


#a7bddc Background Color

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

This div background color is #a7bddc


#a7bddc Border Color

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

This div border color is #a7bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bddc


Comments

No comments written yet.

Please login to write comment.