Color Hex Logo

#bdbc65 Color Hex

#BDBC65
(189,188,101)
0 Favorites   0 Comments

Color spaces of #bdbc65

RGB 189188101
HSL0.160.400.57
HSV59°47°74°
CMYK 0.000.010.47   0.26
XYZ41.318447.724819.3460
Yxy47.72480.38120.4403
Hunter Lab69.0831-14.135231.7547
CIE-Lab74.6510-11.970543.8584

#bdbc65 color RGB value is (189,188,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01100101
Octal 275 274 145
Decimal 189 188 101
Hex BD BC 65

RGB Percentages of Color #bdbc65

%39.54
%39.33
%21.13

CMYK Percentages of Color #bdbc65

%0
%1
%47
%26

Triadic Colors of #bdbc65

#bdbc65 #65bdbc #bc65bd

Analogous Colors of #bdbc65

#bdbc65 #92bd65 #bd9065

Monochromatic Colors of #bdbc65

#bdbc65

Complementary Color

#bdbc65 #6566bd

#bdbc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc65 Color CSS Codes

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

#bdbc65 Text Font Color

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

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


#bdbc65 Background Color

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

This div background color is #bdbc65


#bdbc65 Border Color

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

This div border color is #bdbc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc65


Comments

No comments written yet.

Please login to write comment.