Color Hex Logo

#bdb444 Color Hex

#BDB444
(189,180,68)
0 Favorites   0 Comments

Color spaces of #bdb444

RGB 18918068
HSL0.150.480.50
HSV56°64°74°
CMYK 0.000.050.64   0.26
XYZ38.350943.878711.9170
Yxy43.87870.40740.4661
Hunter Lab66.2410-12.577435.7022
CIE-Lab72.1473-10.472756.3104

#bdb444 color RGB value is (189,180,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01000100
Octal 275 264 104
Decimal 189 180 68
Hex BD B4 44

RGB Percentages of Color #bdb444

%43.25
%41.19
%15.56

CMYK Percentages of Color #bdb444

%0
%5
%64
%26

Triadic Colors of #bdb444

#bdb444 #44bdb4 #b444bd

Analogous Colors of #bdb444

#bdb444 #8abd44 #bd7844

Monochromatic Colors of #bdb444

#bdb444

Complementary Color

#bdb444 #444dbd

#bdb444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb444 Color CSS Codes

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

#bdb444 Text Font Color

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

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


#bdb444 Background Color

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

This div background color is #bdb444


#bdb444 Border Color

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

This div border color is #bdb444


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,180,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 #bdb444">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb444


Comments

No comments written yet.

Please login to write comment.