Color Hex Logo

#bdbab5 Color Hex

#BDBAB5
(189,186,181)
1 Favorites   0 Comments

Color spaces of #bdbab5

RGB 189186181
HSL0.100.060.73
HSV38°74°
CMYK 0.000.020.04   0.26
XYZ46.885749.272850.7555
Yxy49.27280.31910.3354
Hunter Lab70.1946-3.61346.2655
CIE-Lab75.62070.15002.8932

#bdbab5 color RGB value is (189,186,181).

#bdbab5 hex color red value is 189, green value is 186 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bdbab5 hue: 0.10 , saturation: 0.06 and the lightness value of bdbab5 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10110101
Octal 275 272 265
Decimal 189 186 181
Hex BD BA B5

RGB Percentages of Color #bdbab5

%33.99
%33.45
%32.55

CMYK Percentages of Color #bdbab5

%0
%2
%4
%26

Triadic Colors of #bdbab5

#bdbab5 #b5bdba #bab5bd

Analogous Colors of #bdbab5

#bdbab5 #bcbdb5 #bdb6b5

Monochromatic Colors of #bdbab5

#bdbab5

Complementary Color

#bdbab5 #b5b8bd

#bdbab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbab5 Color CSS Codes

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

#bdbab5 Text Font Color

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

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


#bdbab5 Background Color

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

This div background color is #bdbab5


#bdbab5 Border Color

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

This div border color is #bdbab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbab5


Comments

No comments written yet.

Please login to write comment.