Color Hex Logo

#bda474 Color Hex

#BDA474
(189,164,116)
0 Favorites   0 Comments

Color spaces of #bda474

RGB 189164116
HSL0.110.360.60
HSV39°39°74°
CMYK 0.000.130.39   0.26
XYZ37.414138.630722.0075
Yxy38.63070.38160.3940
Hunter Lab62.1536-1.318622.5140
CIE-Lab68.48292.289128.2875

#bda474 color RGB value is (189,164,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01110100
Octal 275 244 164
Decimal 189 164 116
Hex BD A4 74

RGB Percentages of Color #bda474

%40.30
%34.97
%24.73

CMYK Percentages of Color #bda474

%0
%13
%39
%26

Triadic Colors of #bda474

#bda474 #74bda4 #a474bd

Analogous Colors of #bda474

#bda474 #b2bd74 #bd8074

Monochromatic Colors of #bda474

#bda474

Complementary Color

#bda474 #748dbd

#bda474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda474 Color CSS Codes

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

#bda474 Text Font Color

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

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


#bda474 Background Color

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

This div background color is #bda474


#bda474 Border Color

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

This div border color is #bda474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda474


Comments

No comments written yet.

Please login to write comment.