Color Hex Logo

#bdb027 Color Hex

#BDB027
(189,176,39)
0 Favorites   0 Comments

Color spaces of #bdb027

RGB 18917639
HSL0.150.660.45
HSV55°79°74°
CMYK 0.000.070.79   0.26
XYZ36.877842.01608.0857
Yxy42.01600.42400.4831
Hunter Lab64.8198-11.880837.9779
CIE-Lab70.8819-9.810965.7313

#bdb027 color RGB value is (189,176,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 00100111
Octal 275 260 47
Decimal 189 176 39
Hex BD B0 27

RGB Percentages of Color #bdb027

%46.78
%43.56
%9.65

CMYK Percentages of Color #bdb027

%0
%7
%79
%26

Triadic Colors of #bdb027

#bdb027 #27bdb0 #b027bd

Analogous Colors of #bdb027

#bdb027 #7fbd27 #bd6527

Monochromatic Colors of #bdb027

#bdb027

Complementary Color

#bdb027 #2734bd

#bdb027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb027 Color CSS Codes

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

#bdb027 Text Font Color

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

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


#bdb027 Background Color

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

This div background color is #bdb027


#bdb027 Border Color

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

This div border color is #bdb027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb027


Comments

No comments written yet.

Please login to write comment.