Color Hex Logo

#bda14b Color Hex

#BDA14B
(189,161,75)
0 Favorites   0 Comments

Color spaces of #bda14b

RGB 18916175
HSL0.130.460.52
HSV45°60°74°
CMYK 0.000.150.60   0.26
XYZ35.001136.816611.9182
Yxy36.81660.41800.4397
Hunter Lab60.6767-3.217230.8279
CIE-Lab67.13920.027447.6725

#bda14b color RGB value is (189,161,75).

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

The process color (four color CMYK) of #bda14b color hex is 0.00, 0.15, 0.60, 0.26. Web safe color of #bda14b is #cc9933. Color #bda14b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 01001011
Octal 275 241 113
Decimal 189 161 75
Hex BD A1 4B

RGB Percentages of Color #bda14b

%44.47
%37.88
%17.65

CMYK Percentages of Color #bda14b

%0
%15
%60
%26

Triadic Colors of #bda14b

#bda14b #4bbda1 #a14bbd

Analogous Colors of #bda14b

#bda14b #a0bd4b #bd684b

Monochromatic Colors of #bda14b

#bda14b

Complementary Color

#bda14b #4b67bd

#bda14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda14b Color CSS Codes

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

#bda14b Text Font Color

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

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


#bda14b Background Color

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

This div background color is #bda14b


#bda14b Border Color

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

This div border color is #bda14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda14b


Comments

No comments written yet.

Please login to write comment.