Color Hex Logo

#bdb297 Color Hex

#BDB297
(189,178,151)
0 Favorites   0 Comments

Color spaces of #bdb297

RGB 189178151
HSL0.120.220.67
HSV43°20°74°
CMYK 0.000.060.20   0.26
XYZ42.492644.894035.7040
Yxy44.89400.34520.3647
Hunter Lab67.0030-4.052415.3081
CIE-Lab72.8220-0.532515.2252

#bdb297 color RGB value is (189,178,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10010111
Octal 275 262 227
Decimal 189 178 151
Hex BD B2 97

RGB Percentages of Color #bdb297

%36.49
%34.36
%29.15

CMYK Percentages of Color #bdb297

%0
%6
%20
%26

Triadic Colors of #bdb297

#bdb297 #97bdb2 #b297bd

Analogous Colors of #bdb297

#bdb297 #b5bd97 #bd9f97

Monochromatic Colors of #bdb297

#bdb297

Complementary Color

#bdb297 #97a2bd

#bdb297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb297 Color CSS Codes

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

#bdb297 Text Font Color

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

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


#bdb297 Background Color

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

This div background color is #bdb297


#bdb297 Border Color

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

This div border color is #bdb297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb297


Comments

No comments written yet.

Please login to write comment.