Color Hex Logo

#bdc16f Color Hex

#BDC16F
(189,193,111)
0 Favorites   0 Comments

Color spaces of #bdc16f

RGB 189193111
HSL0.170.400.60
HSV63°42°76°
CMYK 0.020.000.42   0.24
XYZ42.925550.106422.4480
Yxy50.10640.37170.4339
Hunter Lab70.7859-15.630530.7477
CIE-Lab76.1345-13.516540.7020

#bdc16f color RGB value is (189,193,111).

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

The process color (four color CMYK) of #bdc16f color hex is 0.02, 0.00, 0.42, 0.24. Web safe color of #bdc16f is #cccc66. Color #bdc16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 01101111
Octal 275 301 157
Decimal 189 193 111
Hex BD C1 6F

RGB Percentages of Color #bdc16f

%38.34
%39.15
%22.52

CMYK Percentages of Color #bdc16f

%2
%0
%42
%24

Triadic Colors of #bdc16f

#bdc16f #6fbdc1 #c16fbd

Analogous Colors of #bdc16f

#bdc16f #94c16f #c19c6f

Monochromatic Colors of #bdc16f

#bdc16f

Complementary Color

#bdc16f #736fc1

#bdc16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc16f Color CSS Codes

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

#bdc16f Text Font Color

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

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


#bdc16f Background Color

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

This div background color is #bdc16f


#bdc16f Border Color

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

This div border color is #bdc16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc16f


Comments

No comments written yet.

Please login to write comment.