Color Hex Logo

#bdc496 Color Hex

#BDC496
(189,196,150)
0 Favorites   0 Comments

Color spaces of #bdc496

RGB 189196150
HSL0.190.280.68
HSV69°23°77°
CMYK 0.040.000.23   0.23
XYZ46.231252.500736.5512
Yxy52.50070.34170.3881
Hunter Lab72.4574-12.909020.8112
CIE-Lab77.5793-10.139022.3450

#bdc496 color RGB value is (189,196,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 10010110
Octal 275 304 226
Decimal 189 196 150
Hex BD C4 96

RGB Percentages of Color #bdc496

%35.33
%36.64
%28.04

CMYK Percentages of Color #bdc496

%4
%0
%23
%23

Triadic Colors of #bdc496

#bdc496 #96bdc4 #c496bd

Analogous Colors of #bdc496

#bdc496 #a6c496 #c4b496

Monochromatic Colors of #bdc496

#bdc496

Complementary Color

#bdc496 #9d96c4

#bdc496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc496 Color CSS Codes

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

#bdc496 Text Font Color

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

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


#bdc496 Background Color

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

This div background color is #bdc496


#bdc496 Border Color

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

This div border color is #bdc496


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,196,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 #bdc496">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc496


Comments

No comments written yet.

Please login to write comment.