Color Hex Logo

#bcfda2 Color Hex

#BCFDA2
(188,253,162)
0 Favorites   0 Comments

Color spaces of #bcfda2

RGB 188253162
HSL0.290.960.81
HSV103°36°99°
CMYK 0.260.000.36   0.01
XYZ62.385983.550647.0212
Yxy83.55060.32330.4330
Hunter Lab91.4060-38.131833.4842
CIE-Lab93.2550-36.397037.1975

#bcfda2 color RGB value is (188,253,162).

#bcfda2 hex color red value is 188, green value is 253 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bcfda2 hue: 0.29 , saturation: 0.96 and the lightness value of bcfda2 is 0.81.

The process color (four color CMYK) of #bcfda2 color hex is 0.26, 0.00, 0.36, 0.01. Web safe color of #bcfda2 is #ccff99. Color #bcfda2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 10100010
Octal 274 375 242
Decimal 188 253 162
Hex BC FD A2

RGB Percentages of Color #bcfda2

%31.18
%41.96
%26.87

CMYK Percentages of Color #bcfda2

%26
%0
%36
%1

Triadic Colors of #bcfda2

#bcfda2 #a2bcfd #fda2bc

Analogous Colors of #bcfda2

#bcfda2 #a2fdb6 #eafda2

Monochromatic Colors of #bcfda2

#bcfda2

Complementary Color

#bcfda2 #e3a2fd

#bcfda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfda2 Color CSS Codes

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

#bcfda2 Text Font Color

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

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


#bcfda2 Background Color

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

This div background color is #bcfda2


#bcfda2 Border Color

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

This div border color is #bcfda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfda2


Comments

No comments written yet.

Please login to write comment.