Color Hex Logo

#bdbc44 Color Hex

#BDBC44
(189,188,68)
0 Favorites   0 Comments

Color spaces of #bdbc44

RGB 18918868
HSL0.170.480.50
HSV60°64°74°
CMYK 0.000.010.64   0.26
XYZ40.012947.202612.4710
Yxy47.20260.40140.4735
Hunter Lab68.7041-16.274937.3307
CIE-Lab74.3192-14.572158.5949

#bdbc44 color RGB value is (189,188,68).

#bdbc44 hex color red value is 189, green value is 188 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bdbc44 hue: 0.17 , saturation: 0.48 and the lightness value of bdbc44 is 0.50.

The process color (four color CMYK) of #bdbc44 color hex is 0.00, 0.01, 0.64, 0.26. Web safe color of #bdbc44 is #cccc33. Color #bdbc44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01000100
Octal 275 274 104
Decimal 189 188 68
Hex BD BC 44

RGB Percentages of Color #bdbc44

%42.47
%42.25
%15.28

CMYK Percentages of Color #bdbc44

%0
%1
%64
%26

Triadic Colors of #bdbc44

#bdbc44 #44bdbc #bc44bd

Analogous Colors of #bdbc44

#bdbc44 #82bd44 #bd8044

Monochromatic Colors of #bdbc44

#bdbc44

Complementary Color

#bdbc44 #4445bd

#bdbc44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc44 Color CSS Codes

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

#bdbc44 Text Font Color

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

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


#bdbc44 Background Color

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

This div background color is #bdbc44


#bdbc44 Border Color

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

This div border color is #bdbc44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc44


Comments

No comments written yet.

Please login to write comment.