Color Hex Logo

#bcfdd6 Color Hex

#BCFDD6
(188,253,214)
0 Favorites   0 Comments

Color spaces of #bcfdd6

RGB 188253214
HSL0.400.940.86
HSV144°26°99°
CMYK 0.260.000.15   0.01
XYZ68.001985.797076.5947
Yxy85.79700.29520.3724
Hunter Lab92.6267-31.050815.8107
CIE-Lab94.2255-27.914212.1711

#bcfdd6 color RGB value is (188,253,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11010110
Octal 274 375 326
Decimal 188 253 214
Hex BC FD D6

RGB Percentages of Color #bcfdd6

%28.70
%38.63
%32.67

CMYK Percentages of Color #bcfdd6

%26
%0
%15
%1

Triadic Colors of #bcfdd6

#bcfdd6 #d6bcfd #fdd6bc

Analogous Colors of #bcfdd6

#bcfdd6 #bcfdf7 #c3fdbc

Monochromatic Colors of #bcfdd6

#bcfdd6

Complementary Color

#bcfdd6 #fdbce3

#bcfdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdd6 Color CSS Codes

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

#bcfdd6 Text Font Color

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

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


#bcfdd6 Background Color

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

This div background color is #bcfdd6


#bcfdd6 Border Color

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

This div border color is #bcfdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdd6


Comments

No comments written yet.

Please login to write comment.