Color Hex Logo

#bdbc53 Color Hex

#BDBC53
(189,188,83)
0 Favorites   0 Comments

Color spaces of #bdbc53

RGB 18918883
HSL0.170.450.53
HSV59°56°74°
CMYK 0.000.010.56   0.26
XYZ40.530847.409815.1984
Yxy47.40980.39300.4597
Hunter Lab68.8548-15.423335.1112
CIE-Lab74.4511-13.531152.2031

#bdbc53 color RGB value is (189,188,83).

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

The process color (four color CMYK) of #bdbc53 color hex is 0.00, 0.01, 0.56, 0.26. Web safe color of #bdbc53 is #cccc66. Color #bdbc53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01010011
Octal 275 274 123
Decimal 189 188 83
Hex BD BC 53

RGB Percentages of Color #bdbc53

%41.09
%40.87
%18.04

CMYK Percentages of Color #bdbc53

%0
%1
%56
%26

Triadic Colors of #bdbc53

#bdbc53 #53bdbc #bc53bd

Analogous Colors of #bdbc53

#bdbc53 #89bd53 #bd8753

Monochromatic Colors of #bdbc53

#bdbc53

Complementary Color

#bdbc53 #5354bd

#bdbc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc53 Color CSS Codes

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

#bdbc53 Text Font Color

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

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


#bdbc53 Background Color

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

This div background color is #bdbc53


#bdbc53 Border Color

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

This div border color is #bdbc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc53


Comments

No comments written yet.

Please login to write comment.