Color Hex Logo

#bdbc1e Color Hex

#BDBC1E
(189,188,30)
0 Favorites   0 Comments

Color spaces of #bdbc1e

RGB 18918830
HSL0.170.730.43
HSV60°84°74°
CMYK 0.000.010.84   0.26
XYZ39.203846.87908.2106
Yxy46.87900.41580.4972
Hunter Lab68.4682-17.613240.8178
CIE-Lab74.1123-16.223570.8703

#bdbc1e color RGB value is (189,188,30).

#bdbc1e hex color red value is 189, green value is 188 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bdbc1e hue: 0.17 , saturation: 0.73 and the lightness value of bdbc1e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00011110
Octal 275 274 36
Decimal 189 188 30
Hex BD BC 1E

RGB Percentages of Color #bdbc1e

%46.44
%46.19
%7.37

CMYK Percentages of Color #bdbc1e

%0
%1
%84
%26

Triadic Colors of #bdbc1e

#bdbc1e #1ebdbc #bc1ebd

Analogous Colors of #bdbc1e

#bdbc1e #6fbd1e #bd6d1e

Monochromatic Colors of #bdbc1e

#bdbc1e

Complementary Color

#bdbc1e #1e1fbd

#bdbc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc1e Color CSS Codes

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

#bdbc1e Text Font Color

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

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


#bdbc1e Background Color

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

This div background color is #bdbc1e


#bdbc1e Border Color

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

This div border color is #bdbc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc1e


Comments

No comments written yet.

Please login to write comment.