Color Hex Logo

#bdb488 Color Hex

#BDB488
(189,180,136)
0 Favorites   0 Comments

Color spaces of #bdb488

RGB 189180136
HSL0.140.290.64
HSV50°28°74°
CMYK 0.000.050.28   0.26
XYZ41.751545.238929.8240
Yxy45.23890.35740.3873
Hunter Lab67.2599-6.901120.7919
CIE-Lab73.0489-3.746123.6458

#bdb488 color RGB value is (189,180,136).

#bdb488 hex color red value is 189, green value is 180 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bdb488 hue: 0.14 , saturation: 0.29 and the lightness value of bdb488 is 0.64.

The process color (four color CMYK) of #bdb488 color hex is 0.00, 0.05, 0.28, 0.26. Web safe color of #bdb488 is #cccc99. Color #bdb488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 10001000
Octal 275 264 210
Decimal 189 180 136
Hex BD B4 88

RGB Percentages of Color #bdb488

%37.43
%35.64
%26.93

CMYK Percentages of Color #bdb488

%0
%5
%28
%26

Triadic Colors of #bdb488

#bdb488 #88bdb4 #b488bd

Analogous Colors of #bdb488

#bdb488 #acbd88 #bd9a88

Monochromatic Colors of #bdb488

#bdb488

Complementary Color

#bdb488 #8891bd

#bdb488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb488 Color CSS Codes

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

#bdb488 Text Font Color

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

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


#bdb488 Background Color

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

This div background color is #bdb488


#bdb488 Border Color

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

This div border color is #bdb488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb488


Comments

No comments written yet.

Please login to write comment.