Color Hex Logo

#bdc79f Color Hex

#BDC79F
(189,199,159)
0 Favorites   0 Comments

Color spaces of #bdc79f

RGB 189199159
HSL0.210.260.70
HSV75°20°78°
CMYK 0.050.000.20   0.22
XYZ47.667754.168940.7442
Yxy54.16890.33430.3799
Hunter Lab73.5995-13.191318.6971
CIE-Lab78.5601-10.335518.9121

#bdc79f color RGB value is (189,199,159).

#bdc79f hex color red value is 189, green value is 199 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bdc79f hue: 0.21 , saturation: 0.26 and the lightness value of bdc79f is 0.70.

The process color (four color CMYK) of #bdc79f color hex is 0.05, 0.00, 0.20, 0.22. Web safe color of #bdc79f is #cccc99. Color #bdc79f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 10011111
Octal 275 307 237
Decimal 189 199 159
Hex BD C7 9F

RGB Percentages of Color #bdc79f

%34.55
%36.38
%29.07

CMYK Percentages of Color #bdc79f

%5
%0
%20
%22

Triadic Colors of #bdc79f

#bdc79f #9fbdc7 #c79fbd

Analogous Colors of #bdc79f

#bdc79f #a9c79f #c7bd9f

Monochromatic Colors of #bdc79f

#bdc79f

Complementary Color

#bdc79f #a99fc7

#bdc79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc79f Color CSS Codes

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

#bdc79f Text Font Color

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

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


#bdc79f Background Color

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

This div background color is #bdc79f


#bdc79f Border Color

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

This div border color is #bdc79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc79f


Comments

No comments written yet.

Please login to write comment.