Color Hex Logo

#bcde76 Color Hex

#BCDE76
(188,222,118)
0 Favorites   0 Comments

Color spaces of #bcde76

RGB 188222118
HSL0.220.610.67
HSV80°47°87°
CMYK 0.150.000.47   0.13
XYZ50.130364.241926.8973
Yxy64.24190.35490.4547
Hunter Lab80.1510-28.621936.2090
CIE-Lab84.0916-27.451547.0806

#bcde76 color RGB value is (188,222,118).

#bcde76 hex color red value is 188, green value is 222 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bcde76 hue: 0.22 , saturation: 0.61 and the lightness value of bcde76 is 0.67.

The process color (four color CMYK) of #bcde76 color hex is 0.15, 0.00, 0.47, 0.13. Web safe color of #bcde76 is #cccc66. Color #bcde76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 01110110
Octal 274 336 166
Decimal 188 222 118
Hex BC DE 76

RGB Percentages of Color #bcde76

%35.61
%42.05
%22.35

CMYK Percentages of Color #bcde76

%15
%0
%47
%13

Triadic Colors of #bcde76

#bcde76 #76bcde #de76bc

Analogous Colors of #bcde76

#bcde76 #88de76 #decc76

Monochromatic Colors of #bcde76

#bcde76

Complementary Color

#bcde76 #9876de

#bcde76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde76 Color CSS Codes

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

#bcde76 Text Font Color

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

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


#bcde76 Background Color

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

This div background color is #bcde76


#bcde76 Border Color

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

This div border color is #bcde76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde76


Comments

No comments written yet.

Please login to write comment.