Color Hex Logo

#bda24e Color Hex

#BDA24E
(189,162,78)
0 Favorites   0 Comments

Color spaces of #bda24e

RGB 18916278
HSL0.130.460.52
HSV45°59°74°
CMYK 0.000.140.59   0.26
XYZ35.281737.209512.5303
Yxy37.20950.41500.4376
Hunter Lab60.9996-3.506230.5206
CIE-Lab67.4339-0.287746.5700

#bda24e color RGB value is (189,162,78).

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

The process color (four color CMYK) of #bda24e color hex is 0.00, 0.14, 0.59, 0.26. Web safe color of #bda24e is #cc9966. Color #bda24e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01001110
Octal 275 242 116
Decimal 189 162 78
Hex BD A2 4E

RGB Percentages of Color #bda24e

%44.06
%37.76
%18.18

CMYK Percentages of Color #bda24e

%0
%14
%59
%26

Triadic Colors of #bda24e

#bda24e #4ebda2 #a24ebd

Analogous Colors of #bda24e

#bda24e #a1bd4e #bd6b4e

Monochromatic Colors of #bda24e

#bda24e

Complementary Color

#bda24e #4e69bd

#bda24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda24e Color CSS Codes

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

#bda24e Text Font Color

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

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


#bda24e Background Color

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

This div background color is #bda24e


#bda24e Border Color

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

This div border color is #bda24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda24e


Comments

No comments written yet.

Please login to write comment.