Color Hex Logo

#bda451 Color Hex

#BDA451
(189,164,81)
0 Favorites   0 Comments

Color spaces of #bda451

RGB 18916481
HSL0.130.450.53
HSV46°57°74°
CMYK 0.000.130.57   0.26
XYZ35.746937.963813.2283
Yxy37.96380.41120.4367
Hunter Lab61.6148-4.265930.4012
CIE-Lab67.9939-1.129145.7618

#bda451 color RGB value is (189,164,81).

#bda451 hex color red value is 189, green value is 164 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bda451 hue: 0.13 , saturation: 0.45 and the lightness value of bda451 is 0.53.

The process color (four color CMYK) of #bda451 color hex is 0.00, 0.13, 0.57, 0.26. Web safe color of #bda451 is #cc9966. Color #bda451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01010001
Octal 275 244 121
Decimal 189 164 81
Hex BD A4 51

RGB Percentages of Color #bda451

%43.55
%37.79
%18.66

CMYK Percentages of Color #bda451

%0
%13
%57
%26

Triadic Colors of #bda451

#bda451 #51bda4 #a451bd

Analogous Colors of #bda451

#bda451 #a0bd51 #bd6e51

Monochromatic Colors of #bda451

#bda451

Complementary Color

#bda451 #516abd

#bda451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda451 Color CSS Codes

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

#bda451 Text Font Color

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

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


#bda451 Background Color

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

This div background color is #bda451


#bda451 Border Color

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

This div border color is #bda451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda451


Comments

No comments written yet.

Please login to write comment.