Color Hex Logo

#bdae54 Color Hex

#BDAE54
(189,174,84)
0 Favorites   0 Comments

Color spaces of #bdae54

RGB 18917484
HSL0.140.440.54
HSV51°56°74°
CMYK 0.000.080.56   0.26
XYZ37.722641.731014.4542
Yxy41.73100.40170.4444
Hunter Lab64.5995-8.814931.9535
CIE-Lab70.6851-6.198647.4317

#bdae54 color RGB value is (189,174,84).

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

The process color (four color CMYK) of #bdae54 color hex is 0.00, 0.08, 0.56, 0.26. Web safe color of #bdae54 is #cc9966. Color #bdae54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 01010100
Octal 275 256 124
Decimal 189 174 84
Hex BD AE 54

RGB Percentages of Color #bdae54

%42.28
%38.93
%18.79

CMYK Percentages of Color #bdae54

%0
%8
%56
%26

Triadic Colors of #bdae54

#bdae54 #54bdae #ae54bd

Analogous Colors of #bdae54

#bdae54 #98bd54 #bd7a54

Monochromatic Colors of #bdae54

#bdae54

Complementary Color

#bdae54 #5463bd

#bdae54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae54 Color CSS Codes

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

#bdae54 Text Font Color

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

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


#bdae54 Background Color

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

This div background color is #bdae54


#bdae54 Border Color

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

This div border color is #bdae54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae54

#bdae54 Color Palettes


Comments

No comments written yet.

Please login to write comment.