Color Hex Logo

#bcfdd2 Color Hex

#BCFDD2
(188,253,210)
0 Favorites   0 Comments

Color spaces of #bcfdd2

RGB 188253210
HSL0.390.940.86
HSV140°26°99°
CMYK 0.260.000.17   0.01
XYZ67.497285.595173.9368
Yxy85.59510.29730.3770
Hunter Lab92.5176-31.679317.3799
CIE-Lab94.1390-28.650314.1037

#bcfdd2 color RGB value is (188,253,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11010010
Octal 274 375 322
Decimal 188 253 210
Hex BC FD D2

RGB Percentages of Color #bcfdd2

%28.88
%38.86
%32.26

CMYK Percentages of Color #bcfdd2

%26
%0
%17
%1

Triadic Colors of #bcfdd2

#bcfdd2 #d2bcfd #fdd2bc

Analogous Colors of #bcfdd2

#bcfdd2 #bcfdf3 #c7fdbc

Monochromatic Colors of #bcfdd2

#bcfdd2

Complementary Color

#bcfdd2 #fdbce7

#bcfdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdd2 Color CSS Codes

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

#bcfdd2 Text Font Color

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

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


#bcfdd2 Background Color

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

This div background color is #bcfdd2


#bcfdd2 Border Color

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

This div border color is #bcfdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdd2


Comments

No comments written yet.

Please login to write comment.