Color Hex Logo

#bda60b Color Hex

#BDA60B
(189,166,11)
0 Favorites   0 Comments

Color spaces of #bda60b

RGB 18916611
HSL0.150.890.39
HSV52°94°74°
CMYK 0.000.120.94   0.26
XYZ34.682938.11545.8456
Yxy38.11540.44100.4847
Hunter Lab61.7377-7.763537.6025
CIE-Lab68.1056-5.227469.5607

#bda60b color RGB value is (189,166,11).

#bda60b hex color red value is 189, green value is 166 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bda60b hue: 0.15 , saturation: 0.89 and the lightness value of bda60b is 0.39.

The process color (four color CMYK) of #bda60b color hex is 0.00, 0.12, 0.94, 0.26. Web safe color of #bda60b is #cc9900. Color #bda60b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 00001011
Octal 275 246 13
Decimal 189 166 11
Hex BD A6 B

RGB Percentages of Color #bda60b

%51.64
%45.36
%3.01

CMYK Percentages of Color #bda60b

%0
%12
%94
%26

Triadic Colors of #bda60b

#bda60b #0bbda6 #a60bbd

Analogous Colors of #bda60b

#bda60b #7bbd0b #bd4d0b

Monochromatic Colors of #bda60b

#bda60b

Complementary Color

#bda60b #0b22bd

#bda60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda60b Color CSS Codes

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

#bda60b Text Font Color

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

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


#bda60b Background Color

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

This div background color is #bda60b


#bda60b Border Color

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

This div border color is #bda60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda60b


Comments

No comments written yet.

Please login to write comment.