Color Hex Logo

#bcfce3 Color Hex

#BCFCE3
(188,252,227)
0 Favorites   0 Comments

Color spaces of #bcfce3

RGB 188252227
HSL0.430.910.86
HSV157°25°99°
CMYK 0.250.000.10   0.01
XYZ69.414685.858285.5868
Yxy85.85820.28820.3565
Hunter Lab92.6597-28.433910.0975
CIE-Lab94.2517-24.95165.5116

#bcfce3 color RGB value is (188,252,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11100011
Octal 274 374 343
Decimal 188 252 227
Hex BC FC E3

RGB Percentages of Color #bcfce3

%28.19
%37.78
%34.03

CMYK Percentages of Color #bcfce3

%25
%0
%10
%1

Triadic Colors of #bcfce3

#bcfce3 #e3bcfc #fce3bc

Analogous Colors of #bcfce3

#bcfce3 #bcf5fc #bcfcc3

Monochromatic Colors of #bcfce3

#bcfce3

Complementary Color

#bcfce3 #fcbcd5

#bcfce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfce3 Color CSS Codes

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

#bcfce3 Text Font Color

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

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


#bcfce3 Background Color

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

This div background color is #bcfce3


#bcfce3 Border Color

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

This div border color is #bcfce3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfce3

Related Colors


Comments

No comments written yet.

Please login to write comment.