Color Hex Logo

#bcfde3 Color Hex

#BCFDE3
(188,253,227)
0 Favorites   0 Comments

Color spaces of #bcfde3

RGB 188253227
HSL0.430.940.86
HSV156°26°99°
CMYK 0.260.000.10   0.01
XYZ69.729486.488085.6918
Yxy86.48800.28820.3575
Hunter Lab92.9989-28.911110.4678
CIE-Lab94.5206-25.43115.8998

#bcfde3 color RGB value is (188,253,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11100011
Octal 274 375 343
Decimal 188 253 227
Hex BC FD E3

RGB Percentages of Color #bcfde3

%28.14
%37.87
%33.98

CMYK Percentages of Color #bcfde3

%26
%0
%10
%1

Triadic Colors of #bcfde3

#bcfde3 #e3bcfd #fde3bc

Analogous Colors of #bcfde3

#bcfde3 #bcf7fd #bcfdc3

Monochromatic Colors of #bcfde3

#bcfde3

Complementary Color

#bcfde3 #fdbcd6

#bcfde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfde3 Color CSS Codes

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

#bcfde3 Text Font Color

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

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


#bcfde3 Background Color

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

This div background color is #bcfde3


#bcfde3 Border Color

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

This div border color is #bcfde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfde3

Related Colors


Comments

No comments written yet.

Please login to write comment.