Color Hex Logo

#bcdb9f Color Hex

#BCDB9F
(188,219,159)
0 Favorites   0 Comments

Color spaces of #bcdb9f

RGB 188219159
HSL0.250.450.74
HSV91°27°86°
CMYK 0.140.000.27   0.14
XYZ52.328663.857642.3686
Yxy63.85760.33000.4027
Hunter Lab79.9110-22.955924.5022
CIE-Lab83.8916-20.768726.2139

#bcdb9f color RGB value is (188,219,159).

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

The process color (four color CMYK) of #bcdb9f color hex is 0.14, 0.00, 0.27, 0.14. Web safe color of #bcdb9f is #cccc99. Color #bcdb9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10011111
Octal 274 333 237
Decimal 188 219 159
Hex BC DB 9F

RGB Percentages of Color #bcdb9f

%33.22
%38.69
%28.09

CMYK Percentages of Color #bcdb9f

%14
%0
%27
%14

Triadic Colors of #bcdb9f

#bcdb9f #9fbcdb #db9fbc

Analogous Colors of #bcdb9f

#bcdb9f #9fdba0 #dadb9f

Monochromatic Colors of #bcdb9f

#bcdb9f

Complementary Color

#bcdb9f #be9fdb

#bcdb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb9f Color CSS Codes

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

#bcdb9f Text Font Color

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

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


#bcdb9f Background Color

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

This div background color is #bcdb9f


#bcdb9f Border Color

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

This div border color is #bcdb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb9f


Comments

No comments written yet.

Please login to write comment.