Color Hex Logo

#bdb835 Color Hex

#BDB835
(189,184,53)
0 Favorites   0 Comments

Color spaces of #bdb835

RGB 18918453
HSL0.160.560.47
HSV58°72°74°
CMYK 0.000.030.72   0.26
XYZ38.769445.356810.0795
Yxy45.35680.41150.4815
Hunter Lab67.3475-15.102338.2696
CIE-Lab73.1262-13.352963.1921

#bdb835 color RGB value is (189,184,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 00110101
Octal 275 270 65
Decimal 189 184 53
Hex BD B8 35

RGB Percentages of Color #bdb835

%44.37
%43.19
%12.44

CMYK Percentages of Color #bdb835

%0
%3
%72
%26

Triadic Colors of #bdb835

#bdb835 #35bdb8 #b835bd

Analogous Colors of #bdb835

#bdb835 #7ebd35 #bd7435

Monochromatic Colors of #bdb835

#bdb835

Complementary Color

#bdb835 #353abd

#bdb835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb835 Color CSS Codes

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

#bdb835 Text Font Color

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

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


#bdb835 Background Color

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

This div background color is #bdb835


#bdb835 Border Color

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

This div border color is #bdb835


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,184,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 #bdb835">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb835


Comments

No comments written yet.

Please login to write comment.