Color Hex Logo

#bcee8c Color Hex

#BCEE8C
(188,238,140)
0 Favorites   0 Comments

Color spaces of #bcee8c

RGB 188238140
HSL0.250.740.74
HSV91°41°93°
CMYK 0.210.000.41   0.07
XYZ56.047273.733936.0890
Yxy73.73390.33790.4445
Hunter Lab85.8684-33.761035.1894
CIE-Lab88.7966-32.425142.2735

#bcee8c color RGB value is (188,238,140).

#bcee8c hex color red value is 188, green value is 238 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bcee8c hue: 0.25 , saturation: 0.74 and the lightness value of bcee8c is 0.74.

The process color (four color CMYK) of #bcee8c color hex is 0.21, 0.00, 0.41, 0.07. Web safe color of #bcee8c is #ccff99. Color #bcee8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 10001100
Octal 274 356 214
Decimal 188 238 140
Hex BC EE 8C

RGB Percentages of Color #bcee8c

%33.22
%42.05
%24.73

CMYK Percentages of Color #bcee8c

%21
%0
%41
%7

Triadic Colors of #bcee8c

#bcee8c #8cbcee #ee8cbc

Analogous Colors of #bcee8c

#bcee8c #8cee8d #edee8c

Monochromatic Colors of #bcee8c

#bcee8c

Complementary Color

#bcee8c #be8cee

#bcee8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee8c Color CSS Codes

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

#bcee8c Text Font Color

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

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


#bcee8c Background Color

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

This div background color is #bcee8c


#bcee8c Border Color

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

This div border color is #bcee8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee8c


Comments

No comments written yet.

Please login to write comment.