Color Hex Logo

#bcde80 Color Hex

#BCDE80
(188,222,128)
0 Favorites   0 Comments

Color spaces of #bcde80

RGB 188222128
HSL0.230.590.69
HSV82°42°87°
CMYK 0.150.000.42   0.13
XYZ50.756664.492430.1952
Yxy64.49240.34900.4434
Hunter Lab80.3072-27.720033.9222
CIE-Lab84.2215-26.336142.3721

#bcde80 color RGB value is (188,222,128).

#bcde80 hex color red value is 188, green value is 222 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bcde80 hue: 0.23 , saturation: 0.59 and the lightness value of bcde80 is 0.69.

The process color (four color CMYK) of #bcde80 color hex is 0.15, 0.00, 0.42, 0.13. Web safe color of #bcde80 is #cccc99. Color #bcde80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10000000
Octal 274 336 200
Decimal 188 222 128
Hex BC DE 80

RGB Percentages of Color #bcde80

%34.94
%41.26
%23.79

CMYK Percentages of Color #bcde80

%15
%0
%42
%13

Triadic Colors of #bcde80

#bcde80 #80bcde #de80bc

Analogous Colors of #bcde80

#bcde80 #8dde80 #ded180

Monochromatic Colors of #bcde80

#bcde80

Complementary Color

#bcde80 #a280de

#bcde80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde80 Color CSS Codes

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

#bcde80 Text Font Color

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

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


#bcde80 Background Color

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

This div background color is #bcde80


#bcde80 Border Color

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

This div border color is #bcde80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde80


Comments

No comments written yet.

Please login to write comment.