Color Hex Logo

#bdbd75 Color Hex

#BDBD75
(189,189,117)
0 Favorites   0 Comments

Color spaces of #bdbd75

RGB 189189117
HSL0.170.350.60
HSV60°38°74°
CMYK 0.000.000.38   0.26
XYZ42.394748.498423.9563
Yxy48.49840.36910.4223
Hunter Lab69.6408-13.207328.3529
CIE-Lab75.1382-10.809836.3952

#bdbd75 color RGB value is (189,189,117).

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

The process color (four color CMYK) of #bdbd75 color hex is 0.00, 0.00, 0.38, 0.26. Web safe color of #bdbd75 is #cccc66. Color #bdbd75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 01110101
Octal 275 275 165
Decimal 189 189 117
Hex BD BD 75

RGB Percentages of Color #bdbd75

%38.18
%38.18
%23.64

CMYK Percentages of Color #bdbd75

%0
%0
%38
%26

Triadic Colors of #bdbd75

#bdbd75 #75bdbd #bd75bd

Analogous Colors of #bdbd75

#bdbd75 #99bd75 #bd9975

Monochromatic Colors of #bdbd75

#bdbd75

Complementary Color

#bdbd75 #7575bd

#bdbd75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd75 Color CSS Codes

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

#bdbd75 Text Font Color

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

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


#bdbd75 Background Color

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

This div background color is #bdbd75


#bdbd75 Border Color

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

This div border color is #bdbd75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd75


Comments

No comments written yet.

Please login to write comment.