Color Hex Logo

#bcde7f Color Hex

#BCDE7F
(188,222,127)
0 Favorites   0 Comments

Color spaces of #bcde7f

RGB 188222127
HSL0.230.590.68
HSV81°43°87°
CMYK 0.150.000.43   0.13
XYZ50.691164.466229.8502
Yxy64.46620.34960.4446
Hunter Lab80.2908-27.814234.1610
CIE-Lab84.2079-26.452242.8474

#bcde7f color RGB value is (188,222,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 01111111
Octal 274 336 177
Decimal 188 222 127
Hex BC DE 7F

RGB Percentages of Color #bcde7f

%35.01
%41.34
%23.65

CMYK Percentages of Color #bcde7f

%15
%0
%43
%13

Triadic Colors of #bcde7f

#bcde7f #7fbcde #de7fbc

Analogous Colors of #bcde7f

#bcde7f #8dde7f #ded17f

Monochromatic Colors of #bcde7f

#bcde7f

Complementary Color

#bcde7f #a17fde

#bcde7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde7f Color CSS Codes

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

#bcde7f Text Font Color

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

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


#bcde7f Background Color

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

This div background color is #bcde7f


#bcde7f Border Color

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

This div border color is #bcde7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde7f


Comments

No comments written yet.

Please login to write comment.