Color Hex Logo

#bcffbe Color Hex

#BCFFBE
(188,255,190)
0 Favorites   0 Comments

Color spaces of #bcffbe

RGB 188255190
HSL0.341.000.87
HSV122°26°100°
CMYK 0.260.000.25   0.00
XYZ65.793385.929161.8335
Yxy85.92910.30810.4024
Hunter Lab92.6980-35.529225.3396
CIE-Lab94.2820-33.052724.5195

#bcffbe color RGB value is (188,255,190).

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

The process color (four color CMYK) of #bcffbe color hex is 0.26, 0.00, 0.25, 0.00. Web safe color of #bcffbe is #ccffcc. Color #bcffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 10111110
Octal 274 377 276
Decimal 188 255 190
Hex BC FF BE

RGB Percentages of Color #bcffbe

%29.70
%40.28
%30.02

CMYK Percentages of Color #bcffbe

%26
%0
%25
%0

Triadic Colors of #bcffbe

#bcffbe #bebcff #ffbebc

Analogous Colors of #bcffbe

#bcffbe #bcffe0 #dcffbc

Monochromatic Colors of #bcffbe

#bcffbe

Complementary Color

#bcffbe #ffbcfd

#bcffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcffbe Color CSS Codes

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

#bcffbe Text Font Color

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

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


#bcffbe Background Color

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

This div background color is #bcffbe


#bcffbe Border Color

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

This div border color is #bcffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcffbe


Comments

No comments written yet.

Please login to write comment.