Color Hex Logo

#bda137 Color Hex

#BDA137
(189,161,55)
0 Favorites   0 Comments

Color spaces of #bda137

RGB 18916155
HSL0.130.550.48
HSV47°71°74°
CMYK 0.000.150.71   0.26
XYZ34.420736.58448.8618
Yxy36.58440.43100.4581
Hunter Lab60.4850-4.268433.6528
CIE-Lab66.9641-1.209656.3684

#bda137 color RGB value is (189,161,55).

#bda137 hex color red value is 189, green value is 161 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bda137 hue: 0.13 , saturation: 0.55 and the lightness value of bda137 is 0.48.

The process color (four color CMYK) of #bda137 color hex is 0.00, 0.15, 0.71, 0.26. Web safe color of #bda137 is #cc9933. Color #bda137 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00110111
Octal 275 241 67
Decimal 189 161 55
Hex BD A1 37

RGB Percentages of Color #bda137

%46.67
%39.75
%13.58

CMYK Percentages of Color #bda137

%0
%15
%71
%26

Triadic Colors of #bda137

#bda137 #37bda1 #a137bd

Analogous Colors of #bda137

#bda137 #96bd37 #bd5e37

Monochromatic Colors of #bda137

#bda137

Complementary Color

#bda137 #3753bd

#bda137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda137 Color CSS Codes

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

#bda137 Text Font Color

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

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


#bda137 Background Color

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

This div background color is #bda137


#bda137 Border Color

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

This div border color is #bda137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda137


Comments

No comments written yet.

Please login to write comment.