Color Hex Logo

#bdabae Color Hex

#BDABAE
(189,171,174)
0 Favorites   0 Comments

Color spaces of #bdabae

RGB 189171174
HSL0.970.120.71
HSV350°10°74°
CMYK 0.000.100.08   0.26
XYZ43.189243.000646.0680
Yxy43.00060.32660.3251
Hunter Lab65.57482.80854.2497
CIE-Lab71.55547.00510.8129

#bdabae color RGB value is (189,171,174).

#bdabae hex color red value is 189, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bdabae hue: 0.97 , saturation: 0.12 and the lightness value of bdabae is 0.71.

The process color (four color CMYK) of #bdabae color hex is 0.00, 0.10, 0.08, 0.26. Web safe color of #bdabae is #cc9999. Color #bdabae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10101110
Octal 275 253 256
Decimal 189 171 174
Hex BD AB AE

RGB Percentages of Color #bdabae

%35.39
%32.02
%32.58

CMYK Percentages of Color #bdabae

%0
%10
%8
%26

Triadic Colors of #bdabae

#bdabae #aebdab #abaebd

Analogous Colors of #bdabae

#bdabae #bdb1ab #bdabb7

Monochromatic Colors of #bdabae

#bdabae

Complementary Color

#bdabae #abbdba

#bdabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabae Color CSS Codes

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

#bdabae Text Font Color

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

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


#bdabae Background Color

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

This div background color is #bdabae


#bdabae Border Color

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

This div border color is #bdabae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabae


Comments

No comments written yet.

Please login to write comment.