Color Hex Logo

#bdc256 Color Hex

#BDC256
(189,194,86)
0 Favorites   0 Comments

Color spaces of #bdc256

RGB 18919486
HSL0.170.470.55
HSV63°56°76°
CMYK 0.030.000.56   0.24
XYZ41.957850.074316.2580
Yxy50.07430.38750.4624
Hunter Lab70.7632-17.997135.9122
CIE-Lab76.1148-16.336352.7146

#bdc256 color RGB value is (189,194,86).

#bdc256 hex color red value is 189, green value is 194 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bdc256 hue: 0.17 , saturation: 0.47 and the lightness value of bdc256 is 0.55.

The process color (four color CMYK) of #bdc256 color hex is 0.03, 0.00, 0.56, 0.24. Web safe color of #bdc256 is #cccc66. Color #bdc256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 01010110
Octal 275 302 126
Decimal 189 194 86
Hex BD C2 56

RGB Percentages of Color #bdc256

%40.30
%41.36
%18.34

CMYK Percentages of Color #bdc256

%3
%0
%56
%24

Triadic Colors of #bdc256

#bdc256 #56bdc2 #c256bd

Analogous Colors of #bdc256

#bdc256 #87c256 #c29156

Monochromatic Colors of #bdc256

#bdc256

Complementary Color

#bdc256 #5b56c2

#bdc256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc256 Color CSS Codes

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

#bdc256 Text Font Color

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

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


#bdc256 Background Color

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

This div background color is #bdc256


#bdc256 Border Color

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

This div border color is #bdc256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc256


Comments

No comments written yet.

Please login to write comment.