Color Hex Logo

#bda41b Color Hex

#BDA41B
(189,164,27)
0 Favorites   0 Comments

Color spaces of #bda41b

RGB 18916427
HSL0.140.750.42
HSV51°86°74°
CMYK 0.000.130.86   0.26
XYZ34.459637.44896.4491
Yxy37.44890.43980.4779
Hunter Lab61.1955-6.577636.5886
CIE-Lab67.6125-3.870366.1986

#bda41b color RGB value is (189,164,27).

#bda41b hex color red value is 189, green value is 164 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bda41b hue: 0.14 , saturation: 0.75 and the lightness value of bda41b is 0.42.

The process color (four color CMYK) of #bda41b color hex is 0.00, 0.13, 0.86, 0.26. Web safe color of #bda41b is #cc9933. Color #bda41b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 00011011
Octal 275 244 33
Decimal 189 164 27
Hex BD A4 1B

RGB Percentages of Color #bda41b

%49.74
%43.16
%7.11

CMYK Percentages of Color #bda41b

%0
%13
%86
%26

Triadic Colors of #bda41b

#bda41b #1bbda4 #a41bbd

Analogous Colors of #bda41b

#bda41b #85bd1b #bd531b

Monochromatic Colors of #bda41b

#bda41b

Complementary Color

#bda41b #1b34bd

#bda41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda41b Color CSS Codes

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

#bda41b Text Font Color

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

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


#bda41b Background Color

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

This div background color is #bda41b


#bda41b Border Color

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

This div border color is #bda41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda41b


Comments

No comments written yet.

Please login to write comment.