Color Hex Logo

#bcdc7d Color Hex

#BCDC7D
(188,220,125)
0 Favorites   0 Comments

Color spaces of #bcdc7d

RGB 188220125
HSL0.220.580.68
HSV80°43°86°
CMYK 0.150.000.43   0.14
XYZ50.033963.358428.9944
Yxy63.35840.35140.4450
Hunter Lab79.5980-27.094534.1216
CIE-Lab83.6306-25.723743.1057

#bcdc7d color RGB value is (188,220,125).

#bcdc7d hex color red value is 188, green value is 220 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bcdc7d hue: 0.22 , saturation: 0.58 and the lightness value of bcdc7d is 0.68.

The process color (four color CMYK) of #bcdc7d color hex is 0.15, 0.00, 0.43, 0.14. Web safe color of #bcdc7d is #cccc66. Color #bcdc7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 01111101
Octal 274 334 175
Decimal 188 220 125
Hex BC DC 7D

RGB Percentages of Color #bcdc7d

%35.27
%41.28
%23.45

CMYK Percentages of Color #bcdc7d

%15
%0
%43
%14

Triadic Colors of #bcdc7d

#bcdc7d #7dbcdc #dc7dbc

Analogous Colors of #bcdc7d

#bcdc7d #8ddc7d #dccd7d

Monochromatic Colors of #bcdc7d

#bcdc7d

Complementary Color

#bcdc7d #9d7ddc

#bcdc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdc7d Color CSS Codes

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

#bcdc7d Text Font Color

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

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


#bcdc7d Background Color

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

This div background color is #bcdc7d


#bcdc7d Border Color

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

This div border color is #bcdc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdc7d


Comments

No comments written yet.

Please login to write comment.