Color Hex Logo

#bda14e Color Hex

#BDA14E
(189,161,78)
0 Favorites   0 Comments

Color spaces of #bda14e

RGB 18916178
HSL0.120.460.52
HSV45°59°74°
CMYK 0.000.150.59   0.26
XYZ35.106336.858612.4719
Yxy36.85860.41580.4365
Hunter Lab60.7113-3.027130.3180
CIE-Lab67.17080.249946.2678

#bda14e color RGB value is (189,161,78).

#bda14e hex color red value is 189, green value is 161 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bda14e hue: 0.12 , saturation: 0.46 and the lightness value of bda14e is 0.52.

The process color (four color CMYK) of #bda14e color hex is 0.00, 0.15, 0.59, 0.26. Web safe color of #bda14e is #cc9966. Color #bda14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 01001110
Octal 275 241 116
Decimal 189 161 78
Hex BD A1 4E

RGB Percentages of Color #bda14e

%44.16
%37.62
%18.22

CMYK Percentages of Color #bda14e

%0
%15
%59
%26

Triadic Colors of #bda14e

#bda14e #4ebda1 #a14ebd

Analogous Colors of #bda14e

#bda14e #a2bd4e #bd6a4e

Monochromatic Colors of #bda14e

#bda14e

Complementary Color

#bda14e #4e6abd

#bda14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda14e Color CSS Codes

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

#bda14e Text Font Color

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

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


#bda14e Background Color

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

This div background color is #bda14e


#bda14e Border Color

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

This div border color is #bda14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda14e


Comments

No comments written yet.

Please login to write comment.