Color Hex Logo

#bdbc1d Color Hex

#BDBC1D
(189,188,29)
0 Favorites   0 Comments

Color spaces of #bdbc1d

RGB 18918829
HSL0.170.730.43
HSV60°85°74°
CMYK 0.000.010.85   0.26
XYZ39.191346.87408.1444
Yxy46.87400.41600.4975
Hunter Lab68.4646-17.634040.8722
CIE-Lab74.1091-16.249271.0925

#bdbc1d color RGB value is (189,188,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00011101
Octal 275 274 35
Decimal 189 188 29
Hex BD BC 1D

RGB Percentages of Color #bdbc1d

%46.55
%46.31
%7.14

CMYK Percentages of Color #bdbc1d

%0
%1
%85
%26

Triadic Colors of #bdbc1d

#bdbc1d #1dbdbc #bc1dbd

Analogous Colors of #bdbc1d

#bdbc1d #6ebd1d #bd6c1d

Monochromatic Colors of #bdbc1d

#bdbc1d

Complementary Color

#bdbc1d #1d1ebd

#bdbc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc1d Color CSS Codes

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

#bdbc1d Text Font Color

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

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


#bdbc1d Background Color

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

This div background color is #bdbc1d


#bdbc1d Border Color

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

This div border color is #bdbc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc1d


Comments

No comments written yet.

Please login to write comment.