Color Hex Logo

#bdbc7a Color Hex

#BDBC7A
(189,188,122)
0 Favorites   0 Comments

Color spaces of #bdbc7a

RGB 189188122
HSL0.160.340.61
HSV59°35°74°
CMYK 0.000.010.35   0.26
XYZ42.482348.190425.4750
Yxy48.19040.36580.4149
Hunter Lab69.4193-12.247726.8357
CIE-Lab74.9449-9.713533.5625

#bdbc7a color RGB value is (189,188,122).

#bdbc7a hex color red value is 189, green value is 188 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bdbc7a hue: 0.16 , saturation: 0.34 and the lightness value of bdbc7a is 0.61.

The process color (four color CMYK) of #bdbc7a color hex is 0.00, 0.01, 0.35, 0.26. Web safe color of #bdbc7a is #cccc66. Color #bdbc7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01111010
Octal 275 274 172
Decimal 189 188 122
Hex BD BC 7A

RGB Percentages of Color #bdbc7a

%37.88
%37.68
%24.45

CMYK Percentages of Color #bdbc7a

%0
%1
%35
%26

Triadic Colors of #bdbc7a

#bdbc7a #7abdbc #bc7abd

Analogous Colors of #bdbc7a

#bdbc7a #9dbd7a #bd9b7a

Monochromatic Colors of #bdbc7a

#bdbc7a

Complementary Color

#bdbc7a #7a7bbd

#bdbc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc7a Color CSS Codes

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

#bdbc7a Text Font Color

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

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


#bdbc7a Background Color

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

This div background color is #bdbc7a


#bdbc7a Border Color

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

This div border color is #bdbc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc7a


Comments

No comments written yet.

Please login to write comment.