Color Hex Logo

#bdae28 Color Hex

#BDAE28
(189,174,40)
0 Favorites   0 Comments

Color spaces of #bdae28

RGB 18917440
HSL0.150.650.45
HSV54°79°74°
CMYK 0.000.080.79   0.26
XYZ36.505341.24418.0444
Yxy41.24410.42550.4807
Hunter Lab64.2216-10.923537.5284
CIE-Lab70.3466-8.735564.9517

#bdae28 color RGB value is (189,174,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 00101000
Octal 275 256 50
Decimal 189 174 40
Hex BD AE 28

RGB Percentages of Color #bdae28

%46.90
%43.18
%9.93

CMYK Percentages of Color #bdae28

%0
%8
%79
%26

Triadic Colors of #bdae28

#bdae28 #28bdae #ae28bd

Analogous Colors of #bdae28

#bdae28 #82bd28 #bd6328

Monochromatic Colors of #bdae28

#bdae28

Complementary Color

#bdae28 #2837bd

#bdae28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae28 Color CSS Codes

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

#bdae28 Text Font Color

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

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


#bdae28 Background Color

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

This div background color is #bdae28


#bdae28 Border Color

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

This div border color is #bdae28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae28


Comments

No comments written yet.

Please login to write comment.