Color Hex Logo

#bda478 Color Hex

#BDA478
(189,164,120)
0 Favorites   0 Comments

Color spaces of #bda478

RGB 189164120
HSL0.110.340.61
HSV38°37°74°
CMYK 0.000.130.37   0.26
XYZ37.651938.725823.2597
Yxy38.72580.37790.3887
Hunter Lab62.2301-0.902321.4002
CIE-Lab68.55222.765226.2218

#bda478 color RGB value is (189,164,120).

#bda478 hex color red value is 189, green value is 164 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bda478 hue: 0.11 , saturation: 0.34 and the lightness value of bda478 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01111000
Octal 275 244 170
Decimal 189 164 120
Hex BD A4 78

RGB Percentages of Color #bda478

%39.96
%34.67
%25.37

CMYK Percentages of Color #bda478

%0
%13
%37
%26

Triadic Colors of #bda478

#bda478 #78bda4 #a478bd

Analogous Colors of #bda478

#bda478 #b4bd78 #bd8278

Monochromatic Colors of #bda478

#bda478

Complementary Color

#bda478 #7891bd

#bda478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda478 Color CSS Codes

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

#bda478 Text Font Color

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

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


#bda478 Background Color

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

This div background color is #bda478


#bda478 Border Color

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

This div border color is #bda478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda478


Comments

No comments written yet.

Please login to write comment.