Color Hex Logo

#bda462 Color Hex

#BDA462
(189,164,98)
0 Favorites   0 Comments

Color spaces of #bda462

RGB 18916498
HSL0.120.410.56
HSV44°48°74°
CMYK 0.000.130.48   0.26
XYZ36.466338.251617.0166
Yxy38.25160.39750.4170
Hunter Lab61.8479-2.987926.9807
CIE-Lab68.20560.363437.4527

#bda462 color RGB value is (189,164,98).

#bda462 hex color red value is 189, green value is 164 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bda462 hue: 0.12 , saturation: 0.41 and the lightness value of bda462 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01100010
Octal 275 244 142
Decimal 189 164 98
Hex BD A4 62

RGB Percentages of Color #bda462

%41.91
%36.36
%21.73

CMYK Percentages of Color #bda462

%0
%13
%48
%26

Triadic Colors of #bda462

#bda462 #62bda4 #a462bd

Analogous Colors of #bda462

#bda462 #a9bd62 #bd7762

Monochromatic Colors of #bda462

#bda462

Complementary Color

#bda462 #627bbd

#bda462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda462 Color CSS Codes

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

#bda462 Text Font Color

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

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


#bda462 Background Color

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

This div background color is #bda462


#bda462 Border Color

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

This div border color is #bda462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda462


Comments

No comments written yet.

Please login to write comment.