Color Hex Logo

#bcf196 Color Hex

#BCF196
(188,241,150)
0 Favorites   0 Comments

Color spaces of #bcf196

RGB 188241150
HSL0.260.760.77
HSV95°38°95°
CMYK 0.220.000.38   0.05
XYZ57.699475.804040.4447
Yxy75.80400.33170.4358
Hunter Lab87.0655-34.070433.4037
CIE-Lab89.7683-32.533338.5905

#bcf196 color RGB value is (188,241,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 10010110
Octal 274 361 226
Decimal 188 241 150
Hex BC F1 96

RGB Percentages of Color #bcf196

%32.47
%41.62
%25.91

CMYK Percentages of Color #bcf196

%22
%0
%38
%5

Triadic Colors of #bcf196

#bcf196 #96bcf1 #f196bc

Analogous Colors of #bcf196

#bcf196 #96f19e #eaf196

Monochromatic Colors of #bcf196

#bcf196

Complementary Color

#bcf196 #cb96f1

#bcf196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf196 Color CSS Codes

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

#bcf196 Text Font Color

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

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


#bcf196 Background Color

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

This div background color is #bcf196


#bcf196 Border Color

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

This div border color is #bcf196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf196


Comments

No comments written yet.

Please login to write comment.