Color Hex Logo

#bdb90e Color Hex

#BDB90E
(189,185,14)
0 Favorites   0 Comments

Color spaces of #bdb90e

RGB 18918514
HSL0.160.860.40
HSV59°93°74°
CMYK 0.000.020.93   0.26
XYZ38.414545.54847.1825
Yxy45.54840.42150.4997
Hunter Lab67.4896-16.506040.9328
CIE-Lab73.2515-15.028073.0713

#bdb90e color RGB value is (189,185,14).

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

The process color (four color CMYK) of #bdb90e color hex is 0.00, 0.02, 0.93, 0.26. Web safe color of #bdb90e is #cccc00. Color #bdb90e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00001110
Octal 275 271 16
Decimal 189 185 14
Hex BD B9 E

RGB Percentages of Color #bdb90e

%48.71
%47.68
%3.61

CMYK Percentages of Color #bdb90e

%0
%2
%93
%26

Triadic Colors of #bdb90e

#bdb90e #0ebdb9 #b90ebd

Analogous Colors of #bdb90e

#bdb90e #6abd0e #bd620e

Monochromatic Colors of #bdb90e

#bdb90e

Complementary Color

#bdb90e #0e12bd

#bdb90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb90e Color CSS Codes

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

#bdb90e Text Font Color

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

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


#bdb90e Background Color

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

This div background color is #bdb90e


#bdb90e Border Color

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

This div border color is #bdb90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb90e


Comments

No comments written yet.

Please login to write comment.