Color Hex Logo

#bda244 Color Hex

#BDA244
(189,162,68)
0 Favorites   0 Comments

Color spaces of #bda244

RGB 18916268
HSL0.130.480.50
HSV47°64°74°
CMYK 0.000.140.64   0.26
XYZ34.950037.076810.7833
Yxy37.07680.42200.4477
Hunter Lab60.8907-4.103532.1237
CIE-Lab67.3346-0.989351.1480

#bda244 color RGB value is (189,162,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01000100
Octal 275 242 104
Decimal 189 162 68
Hex BD A2 44

RGB Percentages of Color #bda244

%45.11
%38.66
%16.23

CMYK Percentages of Color #bda244

%0
%14
%64
%26

Triadic Colors of #bda244

#bda244 #44bda2 #a244bd

Analogous Colors of #bda244

#bda244 #9cbd44 #bd6644

Monochromatic Colors of #bda244

#bda244

Complementary Color

#bda244 #445fbd

#bda244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda244 Color CSS Codes

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

#bda244 Text Font Color

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

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


#bda244 Background Color

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

This div background color is #bda244


#bda244 Border Color

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

This div border color is #bda244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda244


Comments

No comments written yet.

Please login to write comment.