Color Hex Logo

#bdbd38 Color Hex

#BDBD38
(189,189,56)
0 Favorites   0 Comments

Color spaces of #bdbd38

RGB 18918956
HSL0.170.540.48
HSV60°70°74°
CMYK 0.000.000.70   0.26
XYZ39.897747.499510.8069
Yxy47.49950.40630.4837
Hunter Lab68.9199-17.276238.9470
CIE-Lab74.5081-15.746663.4487

#bdbd38 color RGB value is (189,189,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 00111000
Octal 275 275 70
Decimal 189 189 56
Hex BD BD 38

RGB Percentages of Color #bdbd38

%43.55
%43.55
%12.90

CMYK Percentages of Color #bdbd38

%0
%0
%70
%26

Triadic Colors of #bdbd38

#bdbd38 #38bdbd #bd38bd

Analogous Colors of #bdbd38

#bdbd38 #7bbd38 #bd7b38

Monochromatic Colors of #bdbd38

#bdbd38

Complementary Color

#bdbd38 #3838bd

#bdbd38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd38 Color CSS Codes

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

#bdbd38 Text Font Color

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

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


#bdbd38 Background Color

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

This div background color is #bdbd38


#bdbd38 Border Color

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

This div border color is #bdbd38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd38


Comments

No comments written yet.

Please login to write comment.