Color Hex Logo

#bdbf75 Color Hex

#BDBF75
(189,191,117)
0 Favorites   0 Comments

Color spaces of #bdbf75

RGB 189191117
HSL0.170.370.60
HSV62°39°75°
CMYK 0.010.000.39   0.25
XYZ42.828049.364824.1007
Yxy49.36480.36830.4245
Hunter Lab70.2601-14.148028.8443
CIE-Lab75.6777-11.838237.0833

#bdbf75 color RGB value is (189,191,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 01110101
Octal 275 277 165
Decimal 189 191 117
Hex BD BF 75

RGB Percentages of Color #bdbf75

%38.03
%38.43
%23.54

CMYK Percentages of Color #bdbf75

%1
%0
%39
%25

Triadic Colors of #bdbf75

#bdbf75 #75bdbf #bf75bd

Analogous Colors of #bdbf75

#bdbf75 #98bf75 #bf9c75

Monochromatic Colors of #bdbf75

#bdbf75

Complementary Color

#bdbf75 #7775bf

#bdbf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf75 Color CSS Codes

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

#bdbf75 Text Font Color

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

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


#bdbf75 Background Color

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

This div background color is #bdbf75


#bdbf75 Border Color

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

This div border color is #bdbf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf75


Comments

No comments written yet.

Please login to write comment.