Color Hex Logo

#bdc79e Color Hex

#BDC79E
(189,199,158)
0 Favorites   0 Comments

Color spaces of #bdc79e

RGB 189199158
HSL0.210.270.70
HSV75°21°78°
CMYK 0.050.000.21   0.22
XYZ47.581254.134340.2889
Yxy54.13430.33510.3812
Hunter Lab73.5760-13.323119.0371
CIE-Lab78.5400-10.489119.4163

#bdc79e color RGB value is (189,199,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 10011110
Octal 275 307 236
Decimal 189 199 158
Hex BD C7 9E

RGB Percentages of Color #bdc79e

%34.62
%36.45
%28.94

CMYK Percentages of Color #bdc79e

%5
%0
%21
%22

Triadic Colors of #bdc79e

#bdc79e #9ebdc7 #c79ebd

Analogous Colors of #bdc79e

#bdc79e #a9c79e #c7bd9e

Monochromatic Colors of #bdc79e

#bdc79e

Complementary Color

#bdc79e #a89ec7

#bdc79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc79e Color CSS Codes

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

#bdc79e Text Font Color

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

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


#bdc79e Background Color

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

This div background color is #bdc79e


#bdc79e Border Color

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

This div border color is #bdc79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc79e

#bdc79e Color Palettes


Comments

No comments written yet.

Please login to write comment.