Color Hex Logo

#bda638 Color Hex

#BDA638
(189,166,56)
0 Favorites   0 Comments

Color spaces of #bda638

RGB 18916656
HSL0.140.540.48
HSV50°70°74°
CMYK 0.000.120.70   0.26
XYZ35.336338.37689.2864
Yxy38.37680.42570.4624
Hunter Lab61.9490-6.592734.4765
CIE-Lab68.2974-3.824457.3046

#bda638 color RGB value is (189,166,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 00111000
Octal 275 246 70
Decimal 189 166 56
Hex BD A6 38

RGB Percentages of Color #bda638

%45.99
%40.39
%13.63

CMYK Percentages of Color #bda638

%0
%12
%70
%26

Triadic Colors of #bda638

#bda638 #38bda6 #a638bd

Analogous Colors of #bda638

#bda638 #92bd38 #bd6438

Monochromatic Colors of #bda638

#bda638

Complementary Color

#bda638 #384fbd

#bda638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda638 Color CSS Codes

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

#bda638 Text Font Color

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

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


#bda638 Background Color

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

This div background color is #bda638


#bda638 Border Color

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

This div border color is #bda638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda638


Comments

No comments written yet.

Please login to write comment.