Color Hex Logo

#bdb703 Color Hex

#BDB703
(189,183,3)
0 Favorites   0 Comments

Color spaces of #bdb703

RGB 1891833
HSL0.160.970.38
HSV58°98°74°
CMYK 0.000.030.98   0.26
XYZ37.936244.69246.7132
Yxy44.69240.42460.5002
Hunter Lab66.8524-15.699640.8429
CIE-Lab72.6889-14.143573.9011

#bdb703 color RGB value is (189,183,3).

#bdb703 hex color red value is 189, green value is 183 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bdb703 hue: 0.16 , saturation: 0.97 and the lightness value of bdb703 is 0.38.

The process color (four color CMYK) of #bdb703 color hex is 0.00, 0.03, 0.98, 0.26. Web safe color of #bdb703 is #cccc00. Color #bdb703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 00000011
Octal 275 267 3
Decimal 189 183 3
Hex BD B7 3

RGB Percentages of Color #bdb703

%50.40
%48.80
%0.80

CMYK Percentages of Color #bdb703

%0
%3
%98
%26

Triadic Colors of #bdb703

#bdb703 #03bdb7 #b703bd

Analogous Colors of #bdb703

#bdb703 #66bd03 #bd5a03

Monochromatic Colors of #bdb703

#bdb703

Complementary Color

#bdb703 #0309bd

#bdb703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb703 Color CSS Codes

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

#bdb703 Text Font Color

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

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


#bdb703 Background Color

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

This div background color is #bdb703


#bdb703 Border Color

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

This div border color is #bdb703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb703


Comments

No comments written yet.

Please login to write comment.