Color Hex Logo

#a8bdbc Color Hex

#A8BDBC
(168,189,188)
0 Favorites   0 Comments

Color spaces of #a8bdbc

RGB 168189188
HSL0.490.140.70
HSV177°11°74°
CMYK 0.110.000.01   0.26
XYZ43.423148.350954.6210
Yxy48.35090.29660.3303
Hunter Lab69.5348-10.21622.1009
CIE-Lab75.0457-7.3467-1.9390

#a8bdbc color RGB value is (168,189,188).

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

The process color (four color CMYK) of #a8bdbc color hex is 0.11, 0.00, 0.01, 0.26. Web safe color of #a8bdbc is #99cccc. Color #a8bdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111101 10111100
Octal 250 275 274
Decimal 168 189 188
Hex A8 BD BC

RGB Percentages of Color #a8bdbc

%30.83
%34.68
%34.50

CMYK Percentages of Color #a8bdbc

%11
%0
%1
%26

Triadic Colors of #a8bdbc

#a8bdbc #bca8bd #bdbca8

Analogous Colors of #a8bdbc

#a8bdbc #a8b4bd #a8bdb2

Monochromatic Colors of #a8bdbc

#a8bdbc

Complementary Color

#a8bdbc #bda8a9

#a8bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bdbc Color CSS Codes

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

#a8bdbc Text Font Color

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

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


#a8bdbc Background Color

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

This div background color is #a8bdbc


#a8bdbc Border Color

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

This div border color is #a8bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bdbc

#a8bdbc Color Palettes


Comments

No comments written yet.

Please login to write comment.