Color Hex Logo

#bcfce1 Color Hex

#BCFCE1
(188,252,225)
0 Favorites   0 Comments

Color spaces of #bcfce1

RGB 188252225
HSL0.430.910.86
HSV155°25°99°
CMYK 0.250.000.11   0.01
XYZ69.140085.748484.1412
Yxy85.74840.28930.3587
Hunter Lab92.6004-28.773910.9466
CIE-Lab94.2047-25.34356.4756

#bcfce1 color RGB value is (188,252,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11100001
Octal 274 374 341
Decimal 188 252 225
Hex BC FC E1

RGB Percentages of Color #bcfce1

%28.27
%37.89
%33.83

CMYK Percentages of Color #bcfce1

%25
%0
%11
%1

Triadic Colors of #bcfce1

#bcfce1 #e1bcfc #fce1bc

Analogous Colors of #bcfce1

#bcfce1 #bcf7fc #bcfcc1

Monochromatic Colors of #bcfce1

#bcfce1

Complementary Color

#bcfce1 #fcbcd7

#bcfce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfce1 Color CSS Codes

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

#bcfce1 Text Font Color

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

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


#bcfce1 Background Color

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

This div background color is #bcfce1


#bcfce1 Border Color

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

This div border color is #bcfce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfce1


Comments

No comments written yet.

Please login to write comment.