Color Hex Logo

#bcf896 Color Hex

#BCF896
(188,248,150)
0 Favorites   0 Comments

Color spaces of #bcf896

RGB 188248150
HSL0.270.880.78
HSV97°40°97°
CMYK 0.240.000.40   0.03
XYZ59.811580.028241.1487
Yxy80.02820.33050.4422
Hunter Lab89.4585-37.208135.3490
CIE-Lab91.6975-35.745041.0875

#bcf896 color RGB value is (188,248,150).

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

The process color (four color CMYK) of #bcf896 color hex is 0.24, 0.00, 0.40, 0.03. Web safe color of #bcf896 is #ccff99. Color #bcf896 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 10010110
Octal 274 370 226
Decimal 188 248 150
Hex BC F8 96

RGB Percentages of Color #bcf896

%32.08
%42.32
%25.60

CMYK Percentages of Color #bcf896

%24
%0
%40
%3

Triadic Colors of #bcf896

#bcf896 #96bcf8 #f896bc

Analogous Colors of #bcf896

#bcf896 #96f8a1 #edf896

Monochromatic Colors of #bcf896

#bcf896

Complementary Color

#bcf896 #d296f8

#bcf896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf896 Color CSS Codes

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

#bcf896 Text Font Color

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

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


#bcf896 Background Color

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

This div background color is #bcf896


#bcf896 Border Color

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

This div border color is #bcf896


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,248,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 #bcf896">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf896

Related Colors


Comments

No comments written yet.

Please login to write comment.