Color Hex Logo

#bdb442 Color Hex

#BDB442
(189,180,66)
0 Favorites   0 Comments

Color spaces of #bdb442

RGB 18918066
HSL0.150.480.50
HSV56°65°74°
CMYK 0.000.050.65   0.26
XYZ38.290943.854711.6009
Yxy43.85470.40850.4678
Hunter Lab66.2229-12.679135.9696
CIE-Lab72.1313-10.596257.1362

#bdb442 color RGB value is (189,180,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01000010
Octal 275 264 102
Decimal 189 180 66
Hex BD B4 42

RGB Percentages of Color #bdb442

%43.45
%41.38
%15.17

CMYK Percentages of Color #bdb442

%0
%5
%65
%26

Triadic Colors of #bdb442

#bdb442 #42bdb4 #b442bd

Analogous Colors of #bdb442

#bdb442 #89bd42 #bd7742

Monochromatic Colors of #bdb442

#bdb442

Complementary Color

#bdb442 #424bbd

#bdb442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb442 Color CSS Codes

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

#bdb442 Text Font Color

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

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


#bdb442 Background Color

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

This div background color is #bdb442


#bdb442 Border Color

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

This div border color is #bdb442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb442


Comments

No comments written yet.

Please login to write comment.