Color Hex Logo

#bcef9c Color Hex

#BCEF9C
(188,239,156)
0 Favorites   0 Comments

Color spaces of #bcef9c

RGB 188239156
HSL0.270.720.77
HSV97°35°94°
CMYK 0.210.000.35   0.06
XYZ57.606374.824742.8589
Yxy74.82470.32860.4269
Hunter Lab86.5013-32.503531.1744
CIE-Lab89.3108-30.789434.9964

#bcef9c color RGB value is (188,239,156).

#bcef9c hex color red value is 188, green value is 239 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bcef9c hue: 0.27 , saturation: 0.72 and the lightness value of bcef9c is 0.77.

The process color (four color CMYK) of #bcef9c color hex is 0.21, 0.00, 0.35, 0.06. Web safe color of #bcef9c is #ccff99. Color #bcef9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 10011100
Octal 274 357 234
Decimal 188 239 156
Hex BC EF 9C

RGB Percentages of Color #bcef9c

%32.25
%40.99
%26.76

CMYK Percentages of Color #bcef9c

%21
%0
%35
%6

Triadic Colors of #bcef9c

#bcef9c #9cbcef #ef9cbc

Analogous Colors of #bcef9c

#bcef9c #9cefa6 #e6ef9c

Monochromatic Colors of #bcef9c

#bcef9c

Complementary Color

#bcef9c #cf9cef

#bcef9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef9c Color CSS Codes

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

#bcef9c Text Font Color

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

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


#bcef9c Background Color

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

This div background color is #bcef9c


#bcef9c Border Color

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

This div border color is #bcef9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef9c


Comments

No comments written yet.

Please login to write comment.