Color Hex Logo

#bdba27 Color Hex

#BDBA27
(189,186,39)
0 Favorites   0 Comments

Color spaces of #bdba27

RGB 18918639
HSL0.160.660.45
HSV59°79°74°
CMYK 0.000.020.79   0.26
XYZ38.911446.08318.7635
Yxy46.08310.41500.4915
Hunter Lab67.8845-16.481839.8652
CIE-Lab73.5994-14.940468.1304

#bdba27 color RGB value is (189,186,39).

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

The process color (four color CMYK) of #bdba27 color hex is 0.00, 0.02, 0.79, 0.26. Web safe color of #bdba27 is #cccc33. Color #bdba27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 00100111
Octal 275 272 47
Decimal 189 186 39
Hex BD BA 27

RGB Percentages of Color #bdba27

%45.65
%44.93
%9.42

CMYK Percentages of Color #bdba27

%0
%2
%79
%26

Triadic Colors of #bdba27

#bdba27 #27bdba #ba27bd

Analogous Colors of #bdba27

#bdba27 #75bd27 #bd6f27

Monochromatic Colors of #bdba27

#bdba27

Complementary Color

#bdba27 #272abd

#bdba27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba27 Color CSS Codes

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

#bdba27 Text Font Color

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

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


#bdba27 Background Color

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

This div background color is #bdba27


#bdba27 Border Color

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

This div border color is #bdba27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,186,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 #bdba27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba27


Comments

No comments written yet.

Please login to write comment.