Color Hex Logo

#bdb921 Color Hex

#BDB921
(189,185,33)
0 Favorites   0 Comments

Color spaces of #bdb921

RGB 18918533
HSL0.160.700.44
HSV58°83°74°
CMYK 0.000.020.83   0.26
XYZ38.609745.62658.2107
Yxy45.62650.41760.4935
Hunter Lab67.5474-16.178440.0762
CIE-Lab73.3025-14.622769.4738

#bdb921 color RGB value is (189,185,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00100001
Octal 275 271 41
Decimal 189 185 33
Hex BD B9 21

RGB Percentages of Color #bdb921

%46.44
%45.45
%8.11

CMYK Percentages of Color #bdb921

%0
%2
%83
%26

Triadic Colors of #bdb921

#bdb921 #21bdb9 #b921bd

Analogous Colors of #bdb921

#bdb921 #73bd21 #bd6b21

Monochromatic Colors of #bdb921

#bdb921

Complementary Color

#bdb921 #2125bd

#bdb921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb921 Color CSS Codes

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

#bdb921 Text Font Color

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

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


#bdb921 Background Color

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

This div background color is #bdb921


#bdb921 Border Color

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

This div border color is #bdb921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb921


Comments

No comments written yet.

Please login to write comment.