Color Hex Logo

#bcfde5 Color Hex

#BCFDE5
(188,253,229)
0 Favorites   0 Comments

Color spaces of #bcfde5

RGB 188253229
HSL0.440.940.86
HSV158°26°99°
CMYK 0.260.000.09   0.01
XYZ70.007286.599187.1543
Yxy86.59910.28720.3553
Hunter Lab93.0586-28.56869.6128
CIE-Lab94.5679-25.03704.9368

#bcfde5 color RGB value is (188,253,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11100101
Octal 274 375 345
Decimal 188 253 229
Hex BC FD E5

RGB Percentages of Color #bcfde5

%28.06
%37.76
%34.18

CMYK Percentages of Color #bcfde5

%26
%0
%9
%1

Triadic Colors of #bcfde5

#bcfde5 #e5bcfd #fde5bc

Analogous Colors of #bcfde5

#bcfde5 #bcf5fd #bcfdc5

Monochromatic Colors of #bcfde5

#bcfde5

Complementary Color

#bcfde5 #fdbcd4

#bcfde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfde5 Color CSS Codes

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

#bcfde5 Text Font Color

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

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


#bcfde5 Background Color

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

This div background color is #bcfde5


#bcfde5 Border Color

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

This div border color is #bcfde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfde5


Comments

No comments written yet.

Please login to write comment.