Color Hex Logo

#bdb8a8 Color Hex

#BDB8A8
(189,184,168)
0 Favorites   0 Comments

Color spaces of #bdb8a8

RGB 189184168
HSL0.130.140.70
HSV46°11°74°
CMYK 0.000.030.11   0.26
XYZ45.194647.926943.9146
Yxy47.92690.32980.3497
Hunter Lab69.2293-4.621910.8507
CIE-Lab74.7788-1.02918.7474

#bdb8a8 color RGB value is (189,184,168).

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

The process color (four color CMYK) of #bdb8a8 color hex is 0.00, 0.03, 0.11, 0.26. Web safe color of #bdb8a8 is #cccc99. Color #bdb8a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 10101000
Octal 275 270 250
Decimal 189 184 168
Hex BD B8 A8

RGB Percentages of Color #bdb8a8

%34.94
%34.01
%31.05

CMYK Percentages of Color #bdb8a8

%0
%3
%11
%26

Triadic Colors of #bdb8a8

#bdb8a8 #a8bdb8 #b8a8bd

Analogous Colors of #bdb8a8

#bdb8a8 #b8bda8 #bdaea8

Monochromatic Colors of #bdb8a8

#bdb8a8

Complementary Color

#bdb8a8 #a8adbd

#bdb8a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb8a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb8a8 Color CSS Codes

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

#bdb8a8 Text Font Color

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

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


#bdb8a8 Background Color

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

This div background color is #bdb8a8


#bdb8a8 Border Color

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

This div border color is #bdb8a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb8a8


Comments

No comments written yet.

Please login to write comment.