Color Hex Logo

#bcd89f Color Hex

#BCD89F
(188,216,159)
0 Favorites   0 Comments

Color spaces of #bcd89f

RGB 188216159
HSL0.250.420.74
HSV89°26°85°
CMYK 0.130.000.26   0.15
XYZ51.552962.306342.1101
Yxy62.30630.33050.3995
Hunter Lab78.9343-21.554723.6239
CIE-Lab83.0760-19.288525.1054

#bcd89f color RGB value is (188,216,159).

#bcd89f hex color red value is 188, green value is 216 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bcd89f hue: 0.25 , saturation: 0.42 and the lightness value of bcd89f is 0.74.

The process color (four color CMYK) of #bcd89f color hex is 0.13, 0.00, 0.26, 0.15. Web safe color of #bcd89f is #cccc99. Color #bcd89f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011000 10011111
Octal 274 330 237
Decimal 188 216 159
Hex BC D8 9F

RGB Percentages of Color #bcd89f

%33.39
%38.37
%28.24

CMYK Percentages of Color #bcd89f

%13
%0
%26
%15

Triadic Colors of #bcd89f

#bcd89f #9fbcd8 #d89fbc

Analogous Colors of #bcd89f

#bcd89f #a0d89f #d8d89f

Monochromatic Colors of #bcd89f

#bcd89f

Complementary Color

#bcd89f #bb9fd8

#bcd89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd89f Color CSS Codes

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

#bcd89f Text Font Color

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

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


#bcd89f Background Color

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

This div background color is #bcd89f


#bcd89f Border Color

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

This div border color is #bcd89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd89f


Comments

No comments written yet.

Please login to write comment.