Color Hex Logo

#bdb294 Color Hex

#BDB294
(189,178,148)
0 Favorites   0 Comments

Color spaces of #bdb294

RGB 189178148
HSL0.120.240.66
HSV44°22°74°
CMYK 0.000.060.22   0.26
XYZ42.252044.797734.4369
Yxy44.79770.34780.3687
Hunter Lab66.9311-4.446616.3463
CIE-Lab72.7585-0.981516.7668

#bdb294 color RGB value is (189,178,148).

#bdb294 hex color red value is 189, green value is 178 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bdb294 hue: 0.12 , saturation: 0.24 and the lightness value of bdb294 is 0.66.

The process color (four color CMYK) of #bdb294 color hex is 0.00, 0.06, 0.22, 0.26. Web safe color of #bdb294 is #cc9999. Color #bdb294 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10010100
Octal 275 262 224
Decimal 189 178 148
Hex BD B2 94

RGB Percentages of Color #bdb294

%36.70
%34.56
%28.74

CMYK Percentages of Color #bdb294

%0
%6
%22
%26

Triadic Colors of #bdb294

#bdb294 #94bdb2 #b294bd

Analogous Colors of #bdb294

#bdb294 #b4bd94 #bd9e94

Monochromatic Colors of #bdb294

#bdb294

Complementary Color

#bdb294 #949fbd

#bdb294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb294 Color CSS Codes

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

#bdb294 Text Font Color

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

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


#bdb294 Background Color

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

This div background color is #bdb294


#bdb294 Border Color

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

This div border color is #bdb294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb294


Comments

No comments written yet.

Please login to write comment.