Color Hex Logo

#bdbc10 Color Hex

#BDBC10
(189,188,16)
0 Favorites   0 Comments

Color spaces of #bdbc10

RGB 18918816
HSL0.170.840.40
HSV60°92°74°
CMYK 0.000.010.92   0.26
XYZ39.063046.82277.4691
Yxy46.82270.41840.5016
Hunter Lab68.4271-17.847141.4272
CIE-Lab74.0762-16.514073.4323

#bdbc10 color RGB value is (189,188,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00010000
Octal 275 274 20
Decimal 189 188 16
Hex BD BC 10

RGB Percentages of Color #bdbc10

%48.09
%47.84
%4.07

CMYK Percentages of Color #bdbc10

%0
%1
%92
%26

Triadic Colors of #bdbc10

#bdbc10 #10bdbc #bc10bd

Analogous Colors of #bdbc10

#bdbc10 #68bd10 #bd6610

Monochromatic Colors of #bdbc10

#bdbc10

Complementary Color

#bdbc10 #1011bd

#bdbc10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc10 Color CSS Codes

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

#bdbc10 Text Font Color

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

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


#bdbc10 Background Color

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

This div background color is #bdbc10


#bdbc10 Border Color

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

This div border color is #bdbc10


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,188,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 #bdbc10">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc10


Comments

No comments written yet.

Please login to write comment.