Color Hex Logo

#bdbb34 Color Hex

#BDBB34
(189,187,52)
0 Favorites   0 Comments

Color spaces of #bdbb34

RGB 18918752
HSL0.160.570.47
HSV59°72°74°
CMYK 0.000.010.72   0.26
XYZ39.376446.607410.1696
Yxy46.60740.40950.4847
Hunter Lab68.2696-16.517038.9568
CIE-Lab73.9379-14.926564.3228

#bdbb34 color RGB value is (189,187,52).

#bdbb34 hex color red value is 189, green value is 187 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bdbb34 hue: 0.16 , saturation: 0.57 and the lightness value of bdbb34 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 00110100
Octal 275 273 64
Decimal 189 187 52
Hex BD BB 34

RGB Percentages of Color #bdbb34

%44.16
%43.69
%12.15

CMYK Percentages of Color #bdbb34

%0
%1
%72
%26

Triadic Colors of #bdbb34

#bdbb34 #34bdbb #bb34bd

Analogous Colors of #bdbb34

#bdbb34 #7bbd34 #bd7734

Monochromatic Colors of #bdbb34

#bdbb34

Complementary Color

#bdbb34 #3436bd

#bdbb34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb34 Color CSS Codes

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

#bdbb34 Text Font Color

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

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


#bdbb34 Background Color

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

This div background color is #bdbb34


#bdbb34 Border Color

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

This div border color is #bdbb34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb34


Comments

No comments written yet.

Please login to write comment.