Color Hex Logo

#bdb28d Color Hex

#BDB28D
(189,178,141)
0 Favorites   0 Comments

Color spaces of #bdb28d

RGB 189178141
HSL0.130.270.65
HSV46°25°74°
CMYK 0.000.060.25   0.26
XYZ41.714444.582731.6060
Yxy44.58270.35380.3781
Hunter Lab66.7703-5.331018.6740
CIE-Lab72.6163-1.993820.3627

#bdb28d color RGB value is (189,178,141).

#bdb28d hex color red value is 189, green value is 178 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bdb28d hue: 0.13 , saturation: 0.27 and the lightness value of bdb28d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10001101
Octal 275 262 215
Decimal 189 178 141
Hex BD B2 8D

RGB Percentages of Color #bdb28d

%37.20
%35.04
%27.76

CMYK Percentages of Color #bdb28d

%0
%6
%25
%26

Triadic Colors of #bdb28d

#bdb28d #8dbdb2 #b28dbd

Analogous Colors of #bdb28d

#bdb28d #b0bd8d #bd9a8d

Monochromatic Colors of #bdb28d

#bdb28d

Complementary Color

#bdb28d #8d98bd

#bdb28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb28d Color CSS Codes

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

#bdb28d Text Font Color

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

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


#bdb28d Background Color

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

This div background color is #bdb28d


#bdb28d Border Color

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

This div border color is #bdb28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb28d


Comments

No comments written yet.

Please login to write comment.