Color Hex Logo

#bcffe3 Color Hex

#BCFFE3
(188,255,227)
1 Favorites   0 Comments

Color spaces of #bcffe3

RGB 188255227
HSL0.431.000.87
HSV155°26°100°
CMYK 0.260.000.11   0.00
XYZ70.364287.757485.9033
Yxy87.75740.28830.3596
Hunter Lab93.6789-29.863011.2065
CIE-Lab95.0587-26.38616.6757

#bcffe3 color RGB value is (188,255,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 11100011
Octal 274 377 343
Decimal 188 255 227
Hex BC FF E3

RGB Percentages of Color #bcffe3

%28.06
%38.06
%33.88

CMYK Percentages of Color #bcffe3

%26
%0
%11
%0

Triadic Colors of #bcffe3

#bcffe3 #e3bcff #ffe3bc

Analogous Colors of #bcffe3

#bcffe3 #bcfaff #bcffc2

Monochromatic Colors of #bcffe3

#bcffe3

Complementary Color

#bcffe3 #ffbcd8

#bcffe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcffe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcffe3 Color CSS Codes

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

#bcffe3 Text Font Color

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

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


#bcffe3 Background Color

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

This div background color is #bcffe3


#bcffe3 Border Color

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

This div border color is #bcffe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcffe3

Related Colors


Comments

No comments written yet.

Please login to write comment.