Color Hex Logo

#bdbe4c Color Hex

#BDBE4C
(189,190,76)
0 Favorites   0 Comments

Color spaces of #bdbe4c

RGB 18919076
HSL0.170.470.52
HSV61°60°75°
CMYK 0.010.000.60   0.25
XYZ40.704248.167513.9894
Yxy48.16750.39570.4683
Hunter Lab69.4028-16.766136.6310
CIE-Lab74.9305-15.061255.8569

#bdbe4c color RGB value is (189,190,76).

#bdbe4c hex color red value is 189, green value is 190 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bdbe4c hue: 0.17 , saturation: 0.47 and the lightness value of bdbe4c is 0.52.

The process color (four color CMYK) of #bdbe4c color hex is 0.01, 0.00, 0.60, 0.25. Web safe color of #bdbe4c is #cccc33. Color #bdbe4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 01001100
Octal 275 276 114
Decimal 189 190 76
Hex BD BE 4C

RGB Percentages of Color #bdbe4c

%41.54
%41.76
%16.70

CMYK Percentages of Color #bdbe4c

%1
%0
%60
%25

Triadic Colors of #bdbe4c

#bdbe4c #4cbdbe #be4cbd

Analogous Colors of #bdbe4c

#bdbe4c #84be4c #be864c

Monochromatic Colors of #bdbe4c

#bdbe4c

Complementary Color

#bdbe4c #4d4cbe

#bdbe4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe4c Color CSS Codes

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

#bdbe4c Text Font Color

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

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


#bdbe4c Background Color

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

This div background color is #bdbe4c


#bdbe4c Border Color

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

This div border color is #bdbe4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe4c


Comments

No comments written yet.

Please login to write comment.