Color Hex Logo

#bdbc1c Color Hex

#BDBC1C
(189,188,28)
0 Favorites   0 Comments

Color spaces of #bdbc1c

RGB 18918828
HSL0.170.740.43
HSV60°85°74°
CMYK 0.000.010.85   0.26
XYZ39.179146.86918.0803
Yxy46.86910.41620.4979
Hunter Lab68.4610-17.654240.9248
CIE-Lab74.1060-16.274371.3087

#bdbc1c color RGB value is (189,188,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00011100
Octal 275 274 34
Decimal 189 188 28
Hex BD BC 1C

RGB Percentages of Color #bdbc1c

%46.67
%46.42
%6.91

CMYK Percentages of Color #bdbc1c

%0
%1
%85
%26

Triadic Colors of #bdbc1c

#bdbc1c #1cbdbc #bc1cbd

Analogous Colors of #bdbc1c

#bdbc1c #6ebd1c #bd6c1c

Monochromatic Colors of #bdbc1c

#bdbc1c

Complementary Color

#bdbc1c #1c1dbd

#bdbc1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc1c Color CSS Codes

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

#bdbc1c Text Font Color

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

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


#bdbc1c Background Color

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

This div background color is #bdbc1c


#bdbc1c Border Color

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

This div border color is #bdbc1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc1c


Comments

No comments written yet.

Please login to write comment.