Color Hex Logo

#bdbab3 Color Hex

#BDBAB3
(189,186,179)
0 Favorites   0 Comments

Color spaces of #bdbab3

RGB 189186179
HSL0.120.070.72
HSV42°74°
CMYK 0.000.020.05   0.26
XYZ46.681949.191349.6823
Yxy49.19130.32070.3380
Hunter Lab70.1365-3.93177.0966
CIE-Lab75.5702-0.20543.9069

#bdbab3 color RGB value is (189,186,179).

#bdbab3 hex color red value is 189, green value is 186 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bdbab3 hue: 0.12 , saturation: 0.07 and the lightness value of bdbab3 is 0.72.

The process color (four color CMYK) of #bdbab3 color hex is 0.00, 0.02, 0.05, 0.26. Web safe color of #bdbab3 is #cccccc. Color #bdbab3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10110011
Octal 275 272 263
Decimal 189 186 179
Hex BD BA B3

RGB Percentages of Color #bdbab3

%34.12
%33.57
%32.31

CMYK Percentages of Color #bdbab3

%0
%2
%5
%26

Triadic Colors of #bdbab3

#bdbab3 #b3bdba #bab3bd

Analogous Colors of #bdbab3

#bdbab3 #bbbdb3 #bdb5b3

Monochromatic Colors of #bdbab3

#bdbab3

Complementary Color

#bdbab3 #b3b6bd

#bdbab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbab3 Color CSS Codes

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

#bdbab3 Text Font Color

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

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


#bdbab3 Background Color

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

This div background color is #bdbab3


#bdbab3 Border Color

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

This div border color is #bdbab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbab3


Comments

No comments written yet.

Please login to write comment.