Color Hex Logo

#bda827 Color Hex

#BDA827
(189,168,39)
0 Favorites   0 Comments

Color spaces of #bda827

RGB 18916839
HSL0.140.660.45
HSV52°79°74°
CMYK 0.000.110.79   0.26
XYZ35.355138.97067.5781
Yxy38.97060.43170.4758
Hunter Lab62.4264-8.153136.5011
CIE-Lab68.7300-5.625163.8183

#bda827 color RGB value is (189,168,39).

#bda827 hex color red value is 189, green value is 168 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bda827 hue: 0.14 , saturation: 0.66 and the lightness value of bda827 is 0.45.

The process color (four color CMYK) of #bda827 color hex is 0.00, 0.11, 0.79, 0.26. Web safe color of #bda827 is #cc9933. Color #bda827 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 00100111
Octal 275 250 47
Decimal 189 168 39
Hex BD A8 27

RGB Percentages of Color #bda827

%47.73
%42.42
%9.85

CMYK Percentages of Color #bda827

%0
%11
%79
%26

Triadic Colors of #bda827

#bda827 #27bda8 #a827bd

Analogous Colors of #bda827

#bda827 #87bd27 #bd5d27

Monochromatic Colors of #bda827

#bda827

Complementary Color

#bda827 #273cbd

#bda827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda827 Color CSS Codes

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

#bda827 Text Font Color

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

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


#bda827 Background Color

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

This div background color is #bda827


#bda827 Border Color

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

This div border color is #bda827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda827


Comments

No comments written yet.

Please login to write comment.