Color Hex Logo

#bdb72f Color Hex

#BDB72F
(189,183,47)
0 Favorites   0 Comments

Color spaces of #bdb72f

RGB 18918347
HSL0.160.600.46
HSV57°75°74°
CMYK 0.000.030.75   0.26
XYZ38.432844.89109.3285
Yxy44.89100.41480.4845
Hunter Lab67.0007-14.860638.6456
CIE-Lab72.8201-13.109664.9694

#bdb72f color RGB value is (189,183,47).

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

The process color (four color CMYK) of #bdb72f color hex is 0.00, 0.03, 0.75, 0.26. Web safe color of #bdb72f is #cccc33. Color #bdb72f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 00101111
Octal 275 267 57
Decimal 189 183 47
Hex BD B7 2F

RGB Percentages of Color #bdb72f

%45.11
%43.68
%11.22

CMYK Percentages of Color #bdb72f

%0
%3
%75
%26

Triadic Colors of #bdb72f

#bdb72f #2fbdb7 #b72fbd

Analogous Colors of #bdb72f

#bdb72f #7cbd2f #bd702f

Monochromatic Colors of #bdb72f

#bdb72f

Complementary Color

#bdb72f #2f35bd

#bdb72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb72f Color CSS Codes

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

#bdb72f Text Font Color

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

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


#bdb72f Background Color

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

This div background color is #bdb72f


#bdb72f Border Color

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

This div border color is #bdb72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb72f


Comments

No comments written yet.

Please login to write comment.