Color Hex Logo

#bcde6f Color Hex

#BCDE6F
(188,222,111)
0 Favorites   0 Comments

Color spaces of #bcde6f

RGB 188222111
HSL0.220.630.65
HSV78°50°87°
CMYK 0.150.000.50   0.13
XYZ49.729664.081624.7869
Yxy64.08160.35880.4624
Hunter Lab80.0510-29.200737.6772
CIE-Lab84.0082-28.171650.3088

#bcde6f color RGB value is (188,222,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 01101111
Octal 274 336 157
Decimal 188 222 111
Hex BC DE 6F

RGB Percentages of Color #bcde6f

%36.08
%42.61
%21.31

CMYK Percentages of Color #bcde6f

%15
%0
%50
%13

Triadic Colors of #bcde6f

#bcde6f #6fbcde #de6fbc

Analogous Colors of #bcde6f

#bcde6f #85de6f #dec96f

Monochromatic Colors of #bcde6f

#bcde6f

Complementary Color

#bcde6f #916fde

#bcde6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde6f Color CSS Codes

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

#bcde6f Text Font Color

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

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


#bcde6f Background Color

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

This div background color is #bcde6f


#bcde6f Border Color

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

This div border color is #bcde6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde6f


Comments

No comments written yet.

Please login to write comment.