Color Hex Logo

#bdb626 Color Hex

#BDB626
(189,182,38)
0 Favorites   0 Comments

Color spaces of #bdb626

RGB 18918238
HSL0.160.670.45
HSV57°80°74°
CMYK 0.000.040.80   0.26
XYZ38.064144.41478.4004
Yxy44.41470.41880.4887
Hunter Lab66.6444-14.676939.1777
CIE-Lab72.5048-12.936967.4526

#bdb626 color RGB value is (189,182,38).

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

The process color (four color CMYK) of #bdb626 color hex is 0.00, 0.04, 0.80, 0.26. Web safe color of #bdb626 is #cccc33. Color #bdb626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 00100110
Octal 275 266 46
Decimal 189 182 38
Hex BD B6 26

RGB Percentages of Color #bdb626

%46.21
%44.50
%9.29

CMYK Percentages of Color #bdb626

%0
%4
%80
%26

Triadic Colors of #bdb626

#bdb626 #26bdb6 #b626bd

Analogous Colors of #bdb626

#bdb626 #79bd26 #bd6b26

Monochromatic Colors of #bdb626

#bdb626

Complementary Color

#bdb626 #262dbd

#bdb626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb626 Color CSS Codes

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

#bdb626 Text Font Color

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

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


#bdb626 Background Color

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

This div background color is #bdb626


#bdb626 Border Color

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

This div border color is #bdb626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb626


Comments

No comments written yet.

Please login to write comment.