Color Hex Logo

#bdb438 Color Hex

#BDB438
(189,180,56)
0 Favorites   0 Comments

Color spaces of #bdb438

RGB 18918056
HSL0.160.540.48
HSV56°70°74°
CMYK 0.000.050.70   0.26
XYZ38.021343.746910.1814
Yxy43.74690.41350.4758
Hunter Lab66.1414-13.137137.1723
CIE-Lab72.0590-11.153461.0482

#bdb438 color RGB value is (189,180,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 00111000
Octal 275 264 70
Decimal 189 180 56
Hex BD B4 38

RGB Percentages of Color #bdb438

%44.47
%42.35
%13.18

CMYK Percentages of Color #bdb438

%0
%5
%70
%26

Triadic Colors of #bdb438

#bdb438 #38bdb4 #b438bd

Analogous Colors of #bdb438

#bdb438 #84bd38 #bd7238

Monochromatic Colors of #bdb438

#bdb438

Complementary Color

#bdb438 #3841bd

#bdb438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb438 Color CSS Codes

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

#bdb438 Text Font Color

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

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


#bdb438 Background Color

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

This div background color is #bdb438


#bdb438 Border Color

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

This div border color is #bdb438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb438


Comments

No comments written yet.

Please login to write comment.