Color Hex Logo

#bdb935 Color Hex

#BDB935
(189,185,53)
0 Favorites   0 Comments

Color spaces of #bdb935

RGB 18918553
HSL0.160.560.47
HSV58°72°74°
CMYK 0.000.020.72   0.26
XYZ38.977845.773810.1490
Yxy45.77380.41070.4823
Hunter Lab67.6563-15.562138.4655
CIE-Lab73.3985-13.863463.4541

#bdb935 color RGB value is (189,185,53).

#bdb935 hex color red value is 189, green value is 185 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bdb935 hue: 0.16 , saturation: 0.56 and the lightness value of bdb935 is 0.47.

The process color (four color CMYK) of #bdb935 color hex is 0.00, 0.02, 0.72, 0.26. Web safe color of #bdb935 is #cccc33. Color #bdb935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00110101
Octal 275 271 65
Decimal 189 185 53
Hex BD B9 35

RGB Percentages of Color #bdb935

%44.26
%43.33
%12.41

CMYK Percentages of Color #bdb935

%0
%2
%72
%26

Triadic Colors of #bdb935

#bdb935 #35bdb9 #b935bd

Analogous Colors of #bdb935

#bdb935 #7dbd35 #bd7535

Monochromatic Colors of #bdb935

#bdb935

Complementary Color

#bdb935 #3539bd

#bdb935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb935 Color CSS Codes

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

#bdb935 Text Font Color

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

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


#bdb935 Background Color

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

This div background color is #bdb935


#bdb935 Border Color

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

This div border color is #bdb935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb935


Comments

No comments written yet.

Please login to write comment.