Color Hex Logo

#bcfbe6 Color Hex

#BCFBE6
(188,251,230)
0 Favorites   0 Comments

Color spaces of #bcfbe6

RGB 188251230
HSL0.440.890.86
HSV160°25°98°
CMYK 0.250.000.08   0.02
XYZ69.519185.398987.6825
Yxy85.39890.28660.3520
Hunter Lab92.4115-27.43878.4321
CIE-Lab94.0547-23.87693.6776

#bcfbe6 color RGB value is (188,251,230).

#bcfbe6 hex color red value is 188, green value is 251 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bcfbe6 hue: 0.44 , saturation: 0.89 and the lightness value of bcfbe6 is 0.86.

The process color (four color CMYK) of #bcfbe6 color hex is 0.25, 0.00, 0.08, 0.02. Web safe color of #bcfbe6 is #ccffff. Color #bcfbe6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 11100110
Octal 274 373 346
Decimal 188 251 230
Hex BC FB E6

RGB Percentages of Color #bcfbe6

%28.10
%37.52
%34.38

CMYK Percentages of Color #bcfbe6

%25
%0
%8
%2

Triadic Colors of #bcfbe6

#bcfbe6 #e6bcfb #fbe6bc

Analogous Colors of #bcfbe6

#bcfbe6 #bcf1fb #bcfbc7

Monochromatic Colors of #bcfbe6

#bcfbe6

Complementary Color

#bcfbe6 #fbbcd1

#bcfbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfbe6 Color CSS Codes

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

#bcfbe6 Text Font Color

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

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


#bcfbe6 Background Color

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

This div background color is #bcfbe6


#bcfbe6 Border Color

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

This div border color is #bcfbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfbe6


Comments

No comments written yet.

Please login to write comment.