Color Hex Logo

#bdb824 Color Hex

#BDB824
(189,184,36)
0 Favorites   0 Comments

Color spaces of #bdb824

RGB 18918436
HSL0.160.680.44
HSV58°81°74°
CMYK 0.000.030.81   0.26
XYZ38.445245.22728.3725
Yxy45.22720.41770.4914
Hunter Lab67.2512-15.647239.6945
CIE-Lab73.0412-14.023268.4719

#bdb824 color RGB value is (189,184,36).

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

The process color (four color CMYK) of #bdb824 color hex is 0.00, 0.03, 0.81, 0.26. Web safe color of #bdb824 is #cccc33. Color #bdb824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 00100100
Octal 275 270 44
Decimal 189 184 36
Hex BD B8 24

RGB Percentages of Color #bdb824

%46.21
%44.99
%8.80

CMYK Percentages of Color #bdb824

%0
%3
%81
%26

Triadic Colors of #bdb824

#bdb824 #24bdb8 #b824bd

Analogous Colors of #bdb824

#bdb824 #76bd24 #bd6c24

Monochromatic Colors of #bdb824

#bdb824

Complementary Color

#bdb824 #2429bd

#bdb824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb824 Color CSS Codes

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

#bdb824 Text Font Color

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

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


#bdb824 Background Color

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

This div background color is #bdb824


#bdb824 Border Color

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

This div border color is #bdb824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb824


Comments

No comments written yet.

Please login to write comment.