Color Hex Logo

#bdb711 Color Hex

#BDB711
(189,183,17)
0 Favorites   0 Comments

Color spaces of #bdb711

RGB 18918317
HSL0.160.830.40
HSV58°91°74°
CMYK 0.000.030.91   0.26
XYZ38.020944.72637.1594
Yxy44.72630.42290.4975
Hunter Lab66.8777-15.556340.4673
CIE-Lab72.7113-13.966472.2266

#bdb711 color RGB value is (189,183,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 00010001
Octal 275 267 21
Decimal 189 183 17
Hex BD B7 11

RGB Percentages of Color #bdb711

%48.59
%47.04
%4.37

CMYK Percentages of Color #bdb711

%0
%3
%91
%26

Triadic Colors of #bdb711

#bdb711 #11bdb7 #b711bd

Analogous Colors of #bdb711

#bdb711 #6dbd11 #bd6111

Monochromatic Colors of #bdb711

#bdb711

Complementary Color

#bdb711 #1117bd

#bdb711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb711 Color CSS Codes

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

#bdb711 Text Font Color

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

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


#bdb711 Background Color

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

This div background color is #bdb711


#bdb711 Border Color

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

This div border color is #bdb711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb711


Comments

No comments written yet.

Please login to write comment.