Color Hex Logo

#bcf19e Color Hex

#BCF19E
(188,241,158)
0 Favorites   0 Comments

Color spaces of #bcf19e

RGB 188241158
HSL0.270.750.78
HSV98°34°95°
CMYK 0.220.000.34   0.05
XYZ58.365976.070643.9546
Yxy76.07060.32720.4264
Hunter Lab87.2185-33.181531.1731
CIE-Lab89.8921-31.443334.7600

#bcf19e color RGB value is (188,241,158).

#bcf19e hex color red value is 188, green value is 241 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bcf19e hue: 0.27 , saturation: 0.75 and the lightness value of bcf19e is 0.78.

The process color (four color CMYK) of #bcf19e color hex is 0.22, 0.00, 0.34, 0.05. Web safe color of #bcf19e is #ccff99. Color #bcf19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 10011110
Octal 274 361 236
Decimal 188 241 158
Hex BC F1 9E

RGB Percentages of Color #bcf19e

%32.03
%41.06
%26.92

CMYK Percentages of Color #bcf19e

%22
%0
%34
%5

Triadic Colors of #bcf19e

#bcf19e #9ebcf1 #f19ebc

Analogous Colors of #bcf19e

#bcf19e #9ef1aa #e6f19e

Monochromatic Colors of #bcf19e

#bcf19e

Complementary Color

#bcf19e #d39ef1

#bcf19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf19e Color CSS Codes

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

#bcf19e Text Font Color

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

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


#bcf19e Background Color

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

This div background color is #bcf19e


#bcf19e Border Color

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

This div border color is #bcf19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf19e


Comments

No comments written yet.

Please login to write comment.