Color Hex Logo

#bdc79a Color Hex

#BDC79A
(189,199,154)
0 Favorites   0 Comments

Color spaces of #bdc79a

RGB 189199154
HSL0.200.290.69
HSV73°23°78°
CMYK 0.050.000.23   0.22
XYZ47.242453.998838.5047
Yxy53.99880.33810.3864
Hunter Lab73.4839-13.840120.3714
CIE-Lab78.4610-11.093421.4318

#bdc79a color RGB value is (189,199,154).

#bdc79a hex color red value is 189, green value is 199 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bdc79a hue: 0.20 , saturation: 0.29 and the lightness value of bdc79a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 10011010
Octal 275 307 232
Decimal 189 199 154
Hex BD C7 9A

RGB Percentages of Color #bdc79a

%34.87
%36.72
%28.41

CMYK Percentages of Color #bdc79a

%5
%0
%23
%22

Triadic Colors of #bdc79a

#bdc79a #9abdc7 #c79abd

Analogous Colors of #bdc79a

#bdc79a #a7c79a #c7bb9a

Monochromatic Colors of #bdc79a

#bdc79a

Complementary Color

#bdc79a #a49ac7

#bdc79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc79a Color CSS Codes

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

#bdc79a Text Font Color

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

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


#bdc79a Background Color

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

This div background color is #bdc79a


#bdc79a Border Color

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

This div border color is #bdc79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc79a


Comments

No comments written yet.

Please login to write comment.