Color Hex Logo

#bcfdd7 Color Hex

#BCFDD7
(188,253,215)
0 Favorites   0 Comments

Color spaces of #bcfdd7

RGB 188253215
HSL0.400.940.86
HSV145°26°99°
CMYK 0.260.000.15   0.01
XYZ68.130185.848277.2695
Yxy85.84820.29460.3712
Hunter Lab92.6543-30.891315.4128
CIE-Lab94.2474-27.727911.6881

#bcfdd7 color RGB value is (188,253,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11010111
Octal 274 375 327
Decimal 188 253 215
Hex BC FD D7

RGB Percentages of Color #bcfdd7

%28.66
%38.57
%32.77

CMYK Percentages of Color #bcfdd7

%26
%0
%15
%1

Triadic Colors of #bcfdd7

#bcfdd7 #d7bcfd #fdd7bc

Analogous Colors of #bcfdd7

#bcfdd7 #bcfdf8 #c2fdbc

Monochromatic Colors of #bcfdd7

#bcfdd7

Complementary Color

#bcfdd7 #fdbce2

#bcfdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdd7 Color CSS Codes

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

#bcfdd7 Text Font Color

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

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


#bcfdd7 Background Color

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

This div background color is #bcfdd7


#bcfdd7 Border Color

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

This div border color is #bcfdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdd7

Related Colors


Comments

No comments written yet.

Please login to write comment.