Color Hex Logo

#bcde7e Color Hex

#BCDE7E
(188,222,126)
0 Favorites   0 Comments

Color spaces of #bcde7e

RGB 188222126
HSL0.230.590.68
HSV81°43°87°
CMYK 0.150.000.43   0.13
XYZ50.626264.440329.5086
Yxy64.44030.35020.4457
Hunter Lab80.2747-27.907634.3976
CIE-Lab84.1945-26.567543.3217

#bcde7e color RGB value is (188,222,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 01111110
Octal 274 336 176
Decimal 188 222 126
Hex BC DE 7E

RGB Percentages of Color #bcde7e

%35.07
%41.42
%23.51

CMYK Percentages of Color #bcde7e

%15
%0
%43
%13

Triadic Colors of #bcde7e

#bcde7e #7ebcde #de7ebc

Analogous Colors of #bcde7e

#bcde7e #8cde7e #ded07e

Monochromatic Colors of #bcde7e

#bcde7e

Complementary Color

#bcde7e #a07ede

#bcde7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde7e Color CSS Codes

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

#bcde7e Text Font Color

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

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


#bcde7e Background Color

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

This div background color is #bcde7e


#bcde7e Border Color

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

This div border color is #bcde7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde7e


Comments

No comments written yet.

Please login to write comment.