Color Hex Logo

#a7bdae Color Hex

#A7BDAE
(167,189,174)
0 Favorites   0 Comments

Color spaces of #a7bdae

RGB 167189174
HSL0.390.140.70
HSV139°12°74°
CMYK 0.120.000.08   0.26
XYZ41.773947.666747.0433
Yxy47.66670.30610.3492
Hunter Lab69.0411-12.81897.9297
CIE-Lab74.6142-10.42515.0346

#a7bdae color RGB value is (167,189,174).

#a7bdae hex color red value is 167, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a7bdae hue: 0.39 , saturation: 0.14 and the lightness value of a7bdae is 0.70.

The process color (four color CMYK) of #a7bdae color hex is 0.12, 0.00, 0.08, 0.26. Web safe color of #a7bdae is #99cc99. Color #a7bdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 10101110
Octal 247 275 256
Decimal 167 189 174
Hex A7 BD AE

RGB Percentages of Color #a7bdae

%31.51
%35.66
%32.83

CMYK Percentages of Color #a7bdae

%12
%0
%8
%26

Triadic Colors of #a7bdae

#a7bdae #aea7bd #bdaea7

Analogous Colors of #a7bdae

#a7bdae #a7bdb9 #abbda7

Monochromatic Colors of #a7bdae

#a7bdae

Complementary Color

#a7bdae #bda7b6

#a7bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdae Color CSS Codes

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

#a7bdae Text Font Color

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

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


#a7bdae Background Color

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

This div background color is #a7bdae


#a7bdae Border Color

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

This div border color is #a7bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdae


Comments

No comments written yet.

Please login to write comment.