Color Hex Logo

#bdb259 Color Hex

#BDB259
(189,178,89)
1 Favorites   0 Comments

Color spaces of #bdb259

RGB 18917889
HSL0.150.430.55
HSV53°53°74°
CMYK 0.000.060.53   0.26
XYZ38.709843.380915.7843
Yxy43.38090.39550.4432
Hunter Lab65.8642-10.354031.8961
CIE-Lab71.8127-7.881546.3378

#bdb259 color RGB value is (189,178,89).

#bdb259 hex color red value is 189, green value is 178 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bdb259 hue: 0.15 , saturation: 0.43 and the lightness value of bdb259 is 0.55.

The process color (four color CMYK) of #bdb259 color hex is 0.00, 0.06, 0.53, 0.26. Web safe color of #bdb259 is #cc9966. Color #bdb259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 01011001
Octal 275 262 131
Decimal 189 178 89
Hex BD B2 59

RGB Percentages of Color #bdb259

%41.45
%39.04
%19.52

CMYK Percentages of Color #bdb259

%0
%6
%53
%26

Triadic Colors of #bdb259

#bdb259 #59bdb2 #b259bd

Analogous Colors of #bdb259

#bdb259 #96bd59 #bd8059

Monochromatic Colors of #bdb259

#bdb259

Complementary Color

#bdb259 #5964bd

#bdb259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb259 Color CSS Codes

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

#bdb259 Text Font Color

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

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


#bdb259 Background Color

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

This div background color is #bdb259


#bdb259 Border Color

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

This div border color is #bdb259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb259

#bdb259 Color Palettes


Comments

No comments written yet.

Please login to write comment.