Color Hex Logo

#bda133 Color Hex

#BDA133
(189,161,51)
0 Favorites   0 Comments

Color spaces of #bda133

RGB 18916151
HSL0.130.580.47
HSV48°73°74°
CMYK 0.000.150.73   0.26
XYZ34.328736.54768.3770
Yxy36.54760.43320.4611
Hunter Lab60.4546-4.435734.1026
CIE-Lab66.9362-1.407557.9307

#bda133 color RGB value is (189,161,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00110011
Octal 275 241 63
Decimal 189 161 51
Hex BD A1 33

RGB Percentages of Color #bda133

%47.13
%40.15
%12.72

CMYK Percentages of Color #bda133

%0
%15
%73
%26

Triadic Colors of #bda133

#bda133 #33bda1 #a133bd

Analogous Colors of #bda133

#bda133 #94bd33 #bd5c33

Monochromatic Colors of #bda133

#bda133

Complementary Color

#bda133 #334fbd

#bda133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda133 Color CSS Codes

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

#bda133 Text Font Color

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

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


#bda133 Background Color

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

This div background color is #bda133


#bda133 Border Color

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

This div border color is #bda133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda133


Comments

No comments written yet.

Please login to write comment.