color codes Logo

#bcf18e color codes

#BCF18E
(188,241,142)
0 Favorites   0 Comments

Color spaces of #bcf18e

RGB 188241142
HSL0.260.780.75
HSV92°41°95°
CMYK 0.220.000.41   0.05
XYZ57.076875.555037.1665
Yxy75.55500.33610.4450
Hunter Lab86.9224-34.903735.4943
CIE-Lab89.6523-33.561942.3849

#bcf18e color RGB value is (188,241,142).

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

The process color (four color CMYK) of #bcf18e color code is 0.22, 0.00, 0.41, 0.05. Web safe color of #bcf18e is #ccff99. Color #bcf18e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 10001110
Octal 274 361 216
Decimal 188 241 142
Hex BC F1 8E

RGB Percentages of Color #bcf18e

%32.92
%42.21
%24.87

CMYK Percentages of Color #bcf18e

%22
%0
%41
%5

Triadic Colors of #bcf18e

#bcf18e #8ebcf1 #f18ebc

Analogous Colors of #bcf18e

#bcf18e #8ef192 #eef18e

Monochromatic Colors of #bcf18e

#bcf18e

Complementary Color

#bcf18e #c38ef1

#bcf18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf18e Color CSS Codes

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

#bcf18e Text Font Color

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

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


#bcf18e Background Color

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

This div background color is #bcf18e


#bcf18e Border Color

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

This div border color is #bcf18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf18e


Comments

No comments written yet.

Please login to write comment.