Color Hex Logo

#a8bdae Color Hex

#A8BDAE
(168,189,174)
0 Favorites   0 Comments

Color spaces of #a8bdae

RGB 168189174
HSL0.380.140.70
HSV137°11°74°
CMYK 0.110.000.08   0.26
XYZ41.986047.776047.0532
Yxy47.77600.30690.3492
Hunter Lab69.1202-12.53328.0228
CIE-Lab74.6834-10.08115.1433

#a8bdae color RGB value is (168,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111101 10101110
Octal 250 275 256
Decimal 168 189 174
Hex A8 BD AE

RGB Percentages of Color #a8bdae

%31.64
%35.59
%32.77

CMYK Percentages of Color #a8bdae

%11
%0
%8
%26

Triadic Colors of #a8bdae

#a8bdae #aea8bd #bdaea8

Analogous Colors of #a8bdae

#a8bdae #a8bdb9 #adbda8

Monochromatic Colors of #a8bdae

#a8bdae

Complementary Color

#a8bdae #bda8b7

#a8bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bdae Color CSS Codes

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

#a8bdae Text Font Color

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

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


#a8bdae Background Color

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

This div background color is #a8bdae


#a8bdae Border Color

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

This div border color is #a8bdae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a8bdae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bdae


Comments

No comments written yet.

Please login to write comment.