Color Hex Logo

#bdb45a Color Hex

#BDB45A
(189,180,90)
0 Favorites   0 Comments

Color spaces of #bdb45a

RGB 18918090
HSL0.150.430.55
HSV55°52°74°
CMYK 0.000.050.52   0.26
XYZ39.153044.199516.1406
Yxy44.19950.39350.4442
Hunter Lab66.4827-11.222532.1435
CIE-Lab72.3616-8.838446.4995

#bdb45a color RGB value is (189,180,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01011010
Octal 275 264 132
Decimal 189 180 90
Hex BD B4 5A

RGB Percentages of Color #bdb45a

%41.18
%39.22
%19.61

CMYK Percentages of Color #bdb45a

%0
%5
%52
%26

Triadic Colors of #bdb45a

#bdb45a #5abdb4 #b45abd

Analogous Colors of #bdb45a

#bdb45a #95bd5a #bd835a

Monochromatic Colors of #bdb45a

#bdb45a

Complementary Color

#bdb45a #5a63bd

#bdb45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb45a Color CSS Codes

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

#bdb45a Text Font Color

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

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


#bdb45a Background Color

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

This div background color is #bdb45a


#bdb45a Border Color

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

This div border color is #bdb45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb45a


Comments

No comments written yet.

Please login to write comment.