Color Hex Logo

#bdb926 Color Hex

#BDB926
(189,185,38)
0 Favorites   0 Comments

Color spaces of #bdb926

RGB 18918538
HSL0.160.670.45
HSV58°80°74°
CMYK 0.000.020.80   0.26
XYZ38.685145.65678.6074
Yxy45.65670.41620.4912
Hunter Lab67.5697-16.052039.7461
CIE-Lab73.3222-14.466768.1683

#bdb926 color RGB value is (189,185,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00100110
Octal 275 271 46
Decimal 189 185 38
Hex BD B9 26

RGB Percentages of Color #bdb926

%45.87
%44.90
%9.22

CMYK Percentages of Color #bdb926

%0
%2
%80
%26

Triadic Colors of #bdb926

#bdb926 #26bdb9 #b926bd

Analogous Colors of #bdb926

#bdb926 #76bd26 #bd6e26

Monochromatic Colors of #bdb926

#bdb926

Complementary Color

#bdb926 #262abd

#bdb926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb926 Color CSS Codes

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

#bdb926 Text Font Color

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

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


#bdb926 Background Color

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

This div background color is #bdb926


#bdb926 Border Color

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

This div border color is #bdb926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb926


Comments

No comments written yet.

Please login to write comment.