Color Hex Logo

#bdbc73 Color Hex

#BDBC73
(189,188,115)
0 Favorites   0 Comments

Color spaces of #bdbc73

RGB 189188115
HSL0.160.360.60
HSV59°39°74°
CMYK 0.000.010.39   0.26
XYZ42.064048.023123.2720
Yxy48.02310.37110.4236
Hunter Lab69.2987-12.924028.5982
CIE-Lab74.8395-10.518237.0409

#bdbc73 color RGB value is (189,188,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01110011
Octal 275 274 163
Decimal 189 188 115
Hex BD BC 73

RGB Percentages of Color #bdbc73

%38.41
%38.21
%23.37

CMYK Percentages of Color #bdbc73

%0
%1
%39
%26

Triadic Colors of #bdbc73

#bdbc73 #73bdbc #bc73bd

Analogous Colors of #bdbc73

#bdbc73 #99bd73 #bd9773

Monochromatic Colors of #bdbc73

#bdbc73

Complementary Color

#bdbc73 #7374bd

#bdbc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc73 Color CSS Codes

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

#bdbc73 Text Font Color

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

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


#bdbc73 Background Color

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

This div background color is #bdbc73


#bdbc73 Border Color

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

This div border color is #bdbc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc73


Comments

No comments written yet.

Please login to write comment.