Color Hex Logo

#bdbc20 Color Hex

#BDBC20
(189,188,32)
0 Favorites   0 Comments

Color spaces of #bdbc20

RGB 18918832
HSL0.170.710.43
HSV60°83°74°
CMYK 0.000.010.83   0.26
XYZ39.230246.88958.3494
Yxy46.88950.41530.4963
Hunter Lab68.4759-17.569340.7038
CIE-Lab74.1190-16.169070.4084

#bdbc20 color RGB value is (189,188,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00100000
Octal 275 274 40
Decimal 189 188 32
Hex BD BC 20

RGB Percentages of Color #bdbc20

%46.21
%45.97
%7.82

CMYK Percentages of Color #bdbc20

%0
%1
%83
%26

Triadic Colors of #bdbc20

#bdbc20 #20bdbc #bc20bd

Analogous Colors of #bdbc20

#bdbc20 #70bd20 #bd6e20

Monochromatic Colors of #bdbc20

#bdbc20

Complementary Color

#bdbc20 #2021bd

#bdbc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc20 Color CSS Codes

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

#bdbc20 Text Font Color

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

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


#bdbc20 Background Color

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

This div background color is #bdbc20


#bdbc20 Border Color

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

This div border color is #bdbc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc20


Comments

No comments written yet.

Please login to write comment.