Color Hex Logo

#bcd39f Color Hex

#BCD39F
(188,211,159)
0 Favorites   0 Comments

Color spaces of #bcd39f

RGB 188211159
HSL0.240.370.73
HSV87°25°83°
CMYK 0.110.000.25   0.17
XYZ50.291359.783141.6895
Yxy59.78310.33140.3939
Hunter Lab77.3195-19.206622.1554
CIE-Lab81.7202-16.797923.2544

#bcd39f color RGB value is (188,211,159).

#bcd39f hex color red value is 188, green value is 211 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bcd39f hue: 0.24 , saturation: 0.37 and the lightness value of bcd39f is 0.73.

The process color (four color CMYK) of #bcd39f color hex is 0.11, 0.00, 0.25, 0.17. Web safe color of #bcd39f is #cccc99. Color #bcd39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 10011111
Octal 274 323 237
Decimal 188 211 159
Hex BC D3 9F

RGB Percentages of Color #bcd39f

%33.69
%37.81
%28.49

CMYK Percentages of Color #bcd39f

%11
%0
%25
%17

Triadic Colors of #bcd39f

#bcd39f #9fbcd3 #d39fbc

Analogous Colors of #bcd39f

#bcd39f #a2d39f #d3d09f

Monochromatic Colors of #bcd39f

#bcd39f

Complementary Color

#bcd39f #b69fd3

#bcd39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd39f Color CSS Codes

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

#bcd39f Text Font Color

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

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


#bcd39f Background Color

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

This div background color is #bcd39f


#bcd39f Border Color

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

This div border color is #bcd39f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,211,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcd39f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcd39f;
  -webkit-box-shadow: 1px 1px 3px 2px #bcd39f;
  box-shadow:         1px 1px 3px 2px #bcd39f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,211,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd39f


Comments

No comments written yet.

Please login to write comment.