Color Hex Logo

#bdb610 Color Hex

#BDB610
(189,182,16)
0 Favorites   0 Comments

Color spaces of #bdb610

RGB 18918216
HSL0.160.840.40
HSV58°92°74°
CMYK 0.000.040.92   0.26
XYZ37.807744.31217.0506
Yxy44.31210.42400.4969
Hunter Lab66.5673-15.111740.3173
CIE-Lab72.4366-13.472372.1640

#bdb610 color RGB value is (189,182,16).

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

The process color (four color CMYK) of #bdb610 color hex is 0.00, 0.04, 0.92, 0.26. Web safe color of #bdb610 is #cccc00. Color #bdb610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 00010000
Octal 275 266 20
Decimal 189 182 16
Hex BD B6 10

RGB Percentages of Color #bdb610

%48.84
%47.03
%4.13

CMYK Percentages of Color #bdb610

%0
%4
%92
%26

Triadic Colors of #bdb610

#bdb610 #10bdb6 #b610bd

Analogous Colors of #bdb610

#bdb610 #6ebd10 #bd6010

Monochromatic Colors of #bdb610

#bdb610

Complementary Color

#bdb610 #1017bd

#bdb610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb610 Color CSS Codes

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

#bdb610 Text Font Color

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

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


#bdb610 Background Color

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

This div background color is #bdb610


#bdb610 Border Color

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

This div border color is #bdb610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb610


Comments

No comments written yet.

Please login to write comment.