Color Hex Logo

#bdb55b Color Hex

#BDB55B
(189,181,91)
0 Favorites   0 Comments

Color spaces of #bdb55b

RGB 18918191
HSL0.150.430.55
HSV55°52°74°
CMYK 0.000.040.52   0.26
XYZ39.398544.621916.4339
Yxy44.62190.39220.4442
Hunter Lab66.7996-11.619832.1733
CIE-Lab72.6422-9.271846.3460

#bdb55b color RGB value is (189,181,91).

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

The process color (four color CMYK) of #bdb55b color hex is 0.00, 0.04, 0.52, 0.26. Web safe color of #bdb55b is #cccc66. Color #bdb55b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 01011011
Octal 275 265 133
Decimal 189 181 91
Hex BD B5 5B

RGB Percentages of Color #bdb55b

%41.00
%39.26
%19.74

CMYK Percentages of Color #bdb55b

%0
%4
%52
%26

Triadic Colors of #bdb55b

#bdb55b #5bbdb5 #b55bbd

Analogous Colors of #bdb55b

#bdb55b #94bd5b #bd845b

Monochromatic Colors of #bdb55b

#bdb55b

Complementary Color

#bdb55b #5b63bd

#bdb55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb55b Color CSS Codes

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

#bdb55b Text Font Color

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

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


#bdb55b Background Color

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

This div background color is #bdb55b


#bdb55b Border Color

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

This div border color is #bdb55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb55b


Comments

No comments written yet.

Please login to write comment.