Color Hex Logo

#bda24c Color Hex

#BDA24C
(189,162,76)
0 Favorites   0 Comments

Color spaces of #bda24c

RGB 18916276
HSL0.130.460.52
HSV46°60°74°
CMYK 0.000.140.60   0.26
XYZ35.211137.181312.1584
Yxy37.18130.41640.4398
Hunter Lab60.9765-3.633330.8614
CIE-Lab67.4128-0.436747.5058

#bda24c color RGB value is (189,162,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01001100
Octal 275 242 114
Decimal 189 162 76
Hex BD A2 4C

RGB Percentages of Color #bda24c

%44.26
%37.94
%17.80

CMYK Percentages of Color #bda24c

%0
%14
%60
%26

Triadic Colors of #bda24c

#bda24c #4cbda2 #a24cbd

Analogous Colors of #bda24c

#bda24c #a0bd4c #bd6a4c

Monochromatic Colors of #bda24c

#bda24c

Complementary Color

#bda24c #4c67bd

#bda24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda24c Color CSS Codes

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

#bda24c Text Font Color

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

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


#bda24c Background Color

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

This div background color is #bda24c


#bda24c Border Color

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

This div border color is #bda24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda24c


Comments

No comments written yet.

Please login to write comment.