Color Hex Logo

#bcff9e Color Hex

#BCFF9E
(188,255,158)
0 Favorites   0 Comments

Color spaces of #bcff9e

RGB 188255158
HSL0.281.000.81
HSV101°38°100°
CMYK 0.260.000.38   0.00
XYZ62.670684.680045.3895
Yxy84.68000.32520.4393
Hunter Lab92.0217-39.472235.1706
CIE-Lab93.7450-37.849439.8118

#bcff9e color RGB value is (188,255,158).

#bcff9e hex color red value is 188, green value is 255 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bcff9e hue: 0.28 , saturation: 1.00 and the lightness value of bcff9e is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 10011110
Octal 274 377 236
Decimal 188 255 158
Hex BC FF 9E

RGB Percentages of Color #bcff9e

%31.28
%42.43
%26.29

CMYK Percentages of Color #bcff9e

%26
%0
%38
%0

Triadic Colors of #bcff9e

#bcff9e #9ebcff #ff9ebc

Analogous Colors of #bcff9e

#bcff9e #9effb1 #edff9e

Monochromatic Colors of #bcff9e

#bcff9e

Complementary Color

#bcff9e #e19eff

#bcff9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcff9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcff9e Color CSS Codes

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

#bcff9e Text Font Color

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

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


#bcff9e Background Color

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

This div background color is #bcff9e


#bcff9e Border Color

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

This div border color is #bcff9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcff9e

Related Colors


Comments

No comments written yet.

Please login to write comment.