Color Hex Logo

#bdbc60 Color Hex

#BDBC60
(189,188,96)
0 Favorites   0 Comments

Color spaces of #bdbc60

RGB 18918896
HSL0.160.410.56
HSV59°49°74°
CMYK 0.000.010.49   0.26
XYZ41.080847.629818.0946
Yxy47.62980.38460.4460
Hunter Lab69.0143-14.523032.7650
CIE-Lab74.5908-12.438546.2332

#bdbc60 color RGB value is (189,188,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01100000
Octal 275 274 140
Decimal 189 188 96
Hex BD BC 60

RGB Percentages of Color #bdbc60

%39.96
%39.75
%20.30

CMYK Percentages of Color #bdbc60

%0
%1
%49
%26

Triadic Colors of #bdbc60

#bdbc60 #60bdbc #bc60bd

Analogous Colors of #bdbc60

#bdbc60 #90bd60 #bd8e60

Monochromatic Colors of #bdbc60

#bdbc60

Complementary Color

#bdbc60 #6061bd

#bdbc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc60 Color CSS Codes

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

#bdbc60 Text Font Color

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

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


#bdbc60 Background Color

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

This div background color is #bdbc60


#bdbc60 Border Color

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

This div border color is #bdbc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc60


Comments

No comments written yet.

Please login to write comment.