Color Hex Logo

#bda240 Color Hex

#BDA240
(189,162,64)
0 Favorites   0 Comments

Color spaces of #bda240

RGB 18916264
HSL0.130.490.50
HSV47°66°74°
CMYK 0.000.140.66   0.26
XYZ34.832037.029610.1621
Yxy37.02960.42470.4515
Hunter Lab60.8520-4.316532.6951
CIE-Lab67.2992-1.240452.8991

#bda240 color RGB value is (189,162,64).

#bda240 hex color red value is 189, green value is 162 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bda240 hue: 0.13 , saturation: 0.49 and the lightness value of bda240 is 0.50.

The process color (four color CMYK) of #bda240 color hex is 0.00, 0.14, 0.66, 0.26. Web safe color of #bda240 is #cc9933. Color #bda240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01000000
Octal 275 242 100
Decimal 189 162 64
Hex BD A2 40

RGB Percentages of Color #bda240

%45.54
%39.04
%15.42

CMYK Percentages of Color #bda240

%0
%14
%66
%26

Triadic Colors of #bda240

#bda240 #40bda2 #a240bd

Analogous Colors of #bda240

#bda240 #9abd40 #bd6440

Monochromatic Colors of #bda240

#bda240

Complementary Color

#bda240 #405bbd

#bda240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda240 Color CSS Codes

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

#bda240 Text Font Color

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

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


#bda240 Background Color

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

This div background color is #bda240


#bda240 Border Color

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

This div border color is #bda240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda240


Comments

No comments written yet.

Please login to write comment.