Color Hex Logo

#bcdf9d Color Hex

#BCDF9D
(188,223,157)
0 Favorites   0 Comments

Color spaces of #bcdf9d

RGB 188223157
HSL0.260.510.75
HSV92°30°87°
CMYK 0.160.000.30   0.13
XYZ53.212565.901041.8139
Yxy65.90100.33070.4095
Hunter Lab81.1794-25.058626.2865
CIE-Lab84.9459-23.018828.6717

#bcdf9d color RGB value is (188,223,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10011101
Octal 274 337 235
Decimal 188 223 157
Hex BC DF 9D

RGB Percentages of Color #bcdf9d

%33.10
%39.26
%27.64

CMYK Percentages of Color #bcdf9d

%16
%0
%30
%13

Triadic Colors of #bcdf9d

#bcdf9d #9dbcdf #df9dbc

Analogous Colors of #bcdf9d

#bcdf9d #9ddf9f #dddf9d

Monochromatic Colors of #bcdf9d

#bcdf9d

Complementary Color

#bcdf9d #c09ddf

#bcdf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdf9d Color CSS Codes

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

#bcdf9d Text Font Color

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

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


#bcdf9d Background Color

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

This div background color is #bcdf9d


#bcdf9d Border Color

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

This div border color is #bcdf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdf9d


Comments

No comments written yet.

Please login to write comment.