Color Hex Logo

#bdb227 Color Hex

#BDB227
(189,178,39)
0 Favorites   0 Comments

Color spaces of #bdb227

RGB 18917839
HSL0.150.660.45
HSV56°79°74°
CMYK 0.000.060.79   0.26
XYZ37.272942.80618.2174
Yxy42.80610.42210.4848
Hunter Lab65.4264-12.806138.3518
CIE-Lab71.4232-10.846066.2105

#bdb227 color RGB value is (189,178,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 00100111
Octal 275 262 47
Decimal 189 178 39
Hex BD B2 27

RGB Percentages of Color #bdb227

%46.55
%43.84
%9.61

CMYK Percentages of Color #bdb227

%0
%6
%79
%26

Triadic Colors of #bdb227

#bdb227 #27bdb2 #b227bd

Analogous Colors of #bdb227

#bdb227 #7dbd27 #bd6727

Monochromatic Colors of #bdb227

#bdb227

Complementary Color

#bdb227 #2732bd

#bdb227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb227 Color CSS Codes

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

#bdb227 Text Font Color

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

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


#bdb227 Background Color

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

This div background color is #bdb227


#bdb227 Border Color

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

This div border color is #bdb227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb227


Comments

No comments written yet.

Please login to write comment.