Color Hex Logo

#bda70b Color Hex

#BDA70B
(189,167,11)
0 Favorites   0 Comments

Color spaces of #bda70b

RGB 18916711
HSL0.150.890.39
HSV53°94°74°
CMYK 0.000.120.94   0.26
XYZ34.865438.48045.9065
Yxy38.48040.43990.4855
Hunter Lab62.0326-8.231137.7774
CIE-Lab68.3732-5.755369.7610

#bda70b color RGB value is (189,167,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00001011
Octal 275 247 13
Decimal 189 167 11
Hex BD A7 B

RGB Percentages of Color #bda70b

%51.50
%45.50
%3.00

CMYK Percentages of Color #bda70b

%0
%12
%94
%26

Triadic Colors of #bda70b

#bda70b #0bbda7 #a70bbd

Analogous Colors of #bda70b

#bda70b #7abd0b #bd4e0b

Monochromatic Colors of #bda70b

#bda70b

Complementary Color

#bda70b #0b21bd

#bda70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda70b Color CSS Codes

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

#bda70b Text Font Color

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

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


#bda70b Background Color

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

This div background color is #bda70b


#bda70b Border Color

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

This div border color is #bda70b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,167,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 #bda70b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda70b


Comments

No comments written yet.

Please login to write comment.