Color Hex Logo

#bcdf9c Color Hex

#BCDF9C
(188,223,156)
0 Favorites   0 Comments

Color spaces of #bcdf9c

RGB 188223156
HSL0.250.510.74
HSV91°30°87°
CMYK 0.160.000.30   0.13
XYZ53.127565.867041.3660
Yxy65.86700.33130.4107
Hunter Lab81.1585-25.178726.5912
CIE-Lab84.9285-23.163529.1627

#bcdf9c color RGB value is (188,223,156).

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

The process color (four color CMYK) of #bcdf9c color hex is 0.16, 0.00, 0.30, 0.13. Web safe color of #bcdf9c is #cccc99. Color #bcdf9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10011100
Octal 274 337 234
Decimal 188 223 156
Hex BC DF 9C

RGB Percentages of Color #bcdf9c

%33.16
%39.33
%27.51

CMYK Percentages of Color #bcdf9c

%16
%0
%30
%13

Triadic Colors of #bcdf9c

#bcdf9c #9cbcdf #df9cbc

Analogous Colors of #bcdf9c

#bcdf9c #9cdf9e #dedf9c

Monochromatic Colors of #bcdf9c

#bcdf9c

Complementary Color

#bcdf9c #bf9cdf

#bcdf9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdf9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdf9c Color CSS Codes

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

#bcdf9c Text Font Color

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

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


#bcdf9c Background Color

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

This div background color is #bcdf9c


#bcdf9c Border Color

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

This div border color is #bcdf9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdf9c


Comments

No comments written yet.

Please login to write comment.