Color Hex Logo

#bdbf3d Color Hex

#BDBF3D
(189,191,61)
0 Favorites   0 Comments

Color spaces of #bdbf3d

RGB 18919161
HSL0.170.520.49
HSV61°68°75°
CMYK 0.010.000.68   0.25
XYZ40.459448.417311.6279
Yxy48.41730.40260.4817
Hunter Lab69.5825-17.979038.7999
CIE-Lab75.0874-16.494662.1594

#bdbf3d color RGB value is (189,191,61).

#bdbf3d hex color red value is 189, green value is 191 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bdbf3d hue: 0.17 , saturation: 0.52 and the lightness value of bdbf3d is 0.49.

The process color (four color CMYK) of #bdbf3d color hex is 0.01, 0.00, 0.68, 0.25. Web safe color of #bdbf3d is #cccc33. Color #bdbf3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 00111101
Octal 275 277 75
Decimal 189 191 61
Hex BD BF 3D

RGB Percentages of Color #bdbf3d

%42.86
%43.31
%13.83

CMYK Percentages of Color #bdbf3d

%1
%0
%68
%25

Triadic Colors of #bdbf3d

#bdbf3d #3dbdbf #bf3dbd

Analogous Colors of #bdbf3d

#bdbf3d #7cbf3d #bf803d

Monochromatic Colors of #bdbf3d

#bdbf3d

Complementary Color

#bdbf3d #3f3dbf

#bdbf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf3d Color CSS Codes

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

#bdbf3d Text Font Color

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

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


#bdbf3d Background Color

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

This div background color is #bdbf3d


#bdbf3d Border Color

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

This div border color is #bdbf3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf3d


Comments

No comments written yet.

Please login to write comment.