Color Hex Logo

#bda458 Color Hex

#BDA458
(189,164,88)
0 Favorites   0 Comments

Color spaces of #bda458

RGB 18916488
HSL0.130.430.54
HSV45°53°74°
CMYK 0.000.130.53   0.26
XYZ36.023238.074314.6830
Yxy38.07430.40580.4289
Hunter Lab61.7044-3.773829.0846
CIE-Lab68.0753-0.552542.3966

#bda458 color RGB value is (189,164,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01011000
Octal 275 244 130
Decimal 189 164 88
Hex BD A4 58

RGB Percentages of Color #bda458

%42.86
%37.19
%19.95

CMYK Percentages of Color #bda458

%0
%13
%53
%26

Triadic Colors of #bda458

#bda458 #58bda4 #a458bd

Analogous Colors of #bda458

#bda458 #a4bd58 #bd7258

Monochromatic Colors of #bda458

#bda458

Complementary Color

#bda458 #5871bd

#bda458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda458 Color CSS Codes

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

#bda458 Text Font Color

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

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


#bda458 Background Color

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

This div background color is #bda458


#bda458 Border Color

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

This div border color is #bda458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda458


Comments

No comments written yet.

Please login to write comment.