Color Hex Logo

#bda63b Color Hex

#BDA63B
(189,166,59)
0 Favorites   0 Comments

Color spaces of #bda63b

RGB 18916659
HSL0.140.520.49
HSV49°69°74°
CMYK 0.000.120.69   0.26
XYZ35.411938.40709.6846
Yxy38.40700.42410.4599
Hunter Lab61.9734-6.457634.1161
CIE-Lab68.3195-3.663556.1020

#bda63b color RGB value is (189,166,59).

#bda63b hex color red value is 189, green value is 166 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bda63b hue: 0.14 , saturation: 0.52 and the lightness value of bda63b is 0.49.

The process color (four color CMYK) of #bda63b color hex is 0.00, 0.12, 0.69, 0.26. Web safe color of #bda63b is #cc9933. Color #bda63b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 00111011
Octal 275 246 73
Decimal 189 166 59
Hex BD A6 3B

RGB Percentages of Color #bda63b

%45.65
%40.10
%14.25

CMYK Percentages of Color #bda63b

%0
%12
%69
%26

Triadic Colors of #bda63b

#bda63b #3bbda6 #a63bbd

Analogous Colors of #bda63b

#bda63b #93bd3b #bd653b

Monochromatic Colors of #bda63b

#bda63b

Complementary Color

#bda63b #3b52bd

#bda63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda63b Color CSS Codes

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

#bda63b Text Font Color

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

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


#bda63b Background Color

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

This div background color is #bda63b


#bda63b Border Color

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

This div border color is #bda63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda63b


Comments

No comments written yet.

Please login to write comment.