Color Hex Logo

#bdc796 Color Hex

#BDC796
(189,199,150)
0 Favorites   0 Comments

Color spaces of #bdc796

RGB 189199150
HSL0.200.300.68
HSV72°25°78°
CMYK 0.050.000.25   0.22
XYZ46.914753.867736.7790
Yxy53.86770.34100.3916
Hunter Lab73.3946-14.341321.6652
CIE-Lab78.3845-11.681523.4451

#bdc796 color RGB value is (189,199,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 10010110
Octal 275 307 226
Decimal 189 199 150
Hex BD C7 96

RGB Percentages of Color #bdc796

%35.13
%36.99
%27.88

CMYK Percentages of Color #bdc796

%5
%0
%25
%22

Triadic Colors of #bdc796

#bdc796 #96bdc7 #c796bd

Analogous Colors of #bdc796

#bdc796 #a5c796 #c7b996

Monochromatic Colors of #bdc796

#bdc796

Complementary Color

#bdc796 #a096c7

#bdc796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc796 Color CSS Codes

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

#bdc796 Text Font Color

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

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


#bdc796 Background Color

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

This div background color is #bdc796


#bdc796 Border Color

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

This div border color is #bdc796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc796


Comments

No comments written yet.

Please login to write comment.