Color Hex Logo

#bdae27 Color Hex

#BDAE27
(189,174,39)
0 Favorites   0 Comments

Color spaces of #bdae27

RGB 18917439
HSL0.150.660.45
HSV54°79°74°
CMYK 0.000.080.79   0.26
XYZ36.488541.23747.9559
Yxy41.23740.42590.4813
Hunter Lab64.2164-10.952837.6059
CIE-Lab70.3419-8.771165.2525

#bdae27 color RGB value is (189,174,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 00100111
Octal 275 256 47
Decimal 189 174 39
Hex BD AE 27

RGB Percentages of Color #bdae27

%47.01
%43.28
%9.70

CMYK Percentages of Color #bdae27

%0
%8
%79
%26

Triadic Colors of #bdae27

#bdae27 #27bdae #ae27bd

Analogous Colors of #bdae27

#bdae27 #81bd27 #bd6327

Monochromatic Colors of #bdae27

#bdae27

Complementary Color

#bdae27 #2736bd

#bdae27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae27 Color CSS Codes

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

#bdae27 Text Font Color

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

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


#bdae27 Background Color

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

This div background color is #bdae27


#bdae27 Border Color

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

This div border color is #bdae27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae27


Comments

No comments written yet.

Please login to write comment.