Color Hex Logo

#bdb81c Color Hex

#BDB81C
(189,184,28)
0 Favorites   0 Comments

Color spaces of #bdb81c

RGB 18918428
HSL0.160.740.43
HSV58°85°74°
CMYK 0.000.030.85   0.26
XYZ38.336445.18367.7994
Yxy45.18360.41980.4948
Hunter Lab67.2187-15.830140.1737
CIE-Lab73.0126-14.248970.4091

#bdb81c color RGB value is (189,184,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 00011100
Octal 275 270 34
Decimal 189 184 28
Hex BD B8 1C

RGB Percentages of Color #bdb81c

%47.13
%45.89
%6.98

CMYK Percentages of Color #bdb81c

%0
%3
%85
%26

Triadic Colors of #bdb81c

#bdb81c #1cbdb8 #b81cbd

Analogous Colors of #bdb81c

#bdb81c #72bd1c #bd681c

Monochromatic Colors of #bdb81c

#bdb81c

Complementary Color

#bdb81c #1c21bd

#bdb81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb81c Color CSS Codes

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

#bdb81c Text Font Color

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

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


#bdb81c Background Color

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

This div background color is #bdb81c


#bdb81c Border Color

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

This div border color is #bdb81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb81c


Comments

No comments written yet.

Please login to write comment.