Color Hex Logo

#bdbf7d Color Hex

#BDBF7D
(189,191,125)
0 Favorites   0 Comments

Color spaces of #bdbf7d

RGB 189191125
HSL0.170.340.62
HSV62°35°75°
CMYK 0.010.000.35   0.25
XYZ43.318749.561126.6851
Yxy49.56110.36230.4145
Hunter Lab70.3996-13.363826.8058
CIE-Lab75.7991-10.902833.1141

#bdbf7d color RGB value is (189,191,125).

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

The process color (four color CMYK) of #bdbf7d color hex is 0.01, 0.00, 0.35, 0.25. Web safe color of #bdbf7d is #cccc66. Color #bdbf7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 01111101
Octal 275 277 175
Decimal 189 191 125
Hex BD BF 7D

RGB Percentages of Color #bdbf7d

%37.43
%37.82
%24.75

CMYK Percentages of Color #bdbf7d

%1
%0
%35
%25

Triadic Colors of #bdbf7d

#bdbf7d #7dbdbf #bf7dbd

Analogous Colors of #bdbf7d

#bdbf7d #9cbf7d #bfa07d

Monochromatic Colors of #bdbf7d

#bdbf7d

Complementary Color

#bdbf7d #7f7dbf

#bdbf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf7d Color CSS Codes

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

#bdbf7d Text Font Color

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

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


#bdbf7d Background Color

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

This div background color is #bdbf7d


#bdbf7d Border Color

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

This div border color is #bdbf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf7d


Comments

No comments written yet.

Please login to write comment.