Color Hex Logo

#bdae2f Color Hex

#BDAE2F
(189,174,47)
0 Favorites   0 Comments

Color spaces of #bdae2f

RGB 18917447
HSL0.150.600.46
HSV54°75°74°
CMYK 0.000.080.75   0.26
XYZ36.635441.29628.7294
Yxy41.29620.42270.4765
Hunter Lab64.2621-10.697136.9295
CIE-Lab70.3829-8.460962.6969

#bdae2f color RGB value is (189,174,47).

#bdae2f hex color red value is 189, green value is 174 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bdae2f hue: 0.15 , saturation: 0.60 and the lightness value of bdae2f is 0.46.

The process color (four color CMYK) of #bdae2f color hex is 0.00, 0.08, 0.75, 0.26. Web safe color of #bdae2f is #cc9933. Color #bdae2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 00101111
Octal 275 256 57
Decimal 189 174 47
Hex BD AE 2F

RGB Percentages of Color #bdae2f

%46.10
%42.44
%11.46

CMYK Percentages of Color #bdae2f

%0
%8
%75
%26

Triadic Colors of #bdae2f

#bdae2f #2fbdae #ae2fbd

Analogous Colors of #bdae2f

#bdae2f #85bd2f #bd672f

Monochromatic Colors of #bdae2f

#bdae2f

Complementary Color

#bdae2f #2f3ebd

#bdae2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae2f Color CSS Codes

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

#bdae2f Text Font Color

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

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


#bdae2f Background Color

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

This div background color is #bdae2f


#bdae2f Border Color

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

This div border color is #bdae2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae2f


Comments

No comments written yet.

Please login to write comment.