Color Hex Logo

#bcfa93 Color Hex

#BCFA93
(188,250,147)
0 Favorites   0 Comments

Color spaces of #bcfa93

RGB 188250147
HSL0.270.910.78
HSV96°41°98°
CMYK 0.250.000.41   0.02
XYZ60.191181.169240.0986
Yxy81.16920.33170.4473
Hunter Lab90.0940-38.409936.6772
CIE-Lab92.2069-37.036343.2064

#bcfa93 color RGB value is (188,250,147).

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

The process color (four color CMYK) of #bcfa93 color hex is 0.25, 0.00, 0.41, 0.02. Web safe color of #bcfa93 is #ccff99. Color #bcfa93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 10010011
Octal 274 372 223
Decimal 188 250 147
Hex BC FA 93

RGB Percentages of Color #bcfa93

%32.14
%42.74
%25.13

CMYK Percentages of Color #bcfa93

%25
%0
%41
%2

Triadic Colors of #bcfa93

#bcfa93 #93bcfa #fa93bc

Analogous Colors of #bcfa93

#bcfa93 #93fa9e #f0fa93

Monochromatic Colors of #bcfa93

#bcfa93

Complementary Color

#bcfa93 #d193fa

#bcfa93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfa93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfa93 Color CSS Codes

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

#bcfa93 Text Font Color

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

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


#bcfa93 Background Color

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

This div background color is #bcfa93


#bcfa93 Border Color

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

This div border color is #bcfa93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfa93

Related Colors


Comments

No comments written yet.

Please login to write comment.