Color Hex Logo

#bcfaa2 Color Hex

#BCFAA2
(188,250,162)
0 Favorites   0 Comments

Color spaces of #bcfaa2

RGB 188250162
HSL0.280.900.81
HSV102°35°98°
CMYK 0.250.000.35   0.02
XYZ61.446281.671246.7080
Yxy81.67120.32370.4302
Hunter Lab90.3721-36.784732.6170
CIE-Lab92.4295-35.031936.1108

#bcfaa2 color RGB value is (188,250,162).

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

The process color (four color CMYK) of #bcfaa2 color hex is 0.25, 0.00, 0.35, 0.02. Web safe color of #bcfaa2 is #ccff99. Color #bcfaa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 10100010
Octal 274 372 242
Decimal 188 250 162
Hex BC FA A2

RGB Percentages of Color #bcfaa2

%31.33
%41.67
%27.00

CMYK Percentages of Color #bcfaa2

%25
%0
%35
%2

Triadic Colors of #bcfaa2

#bcfaa2 #a2bcfa #faa2bc

Analogous Colors of #bcfaa2

#bcfaa2 #a2fab4 #e8faa2

Monochromatic Colors of #bcfaa2

#bcfaa2

Complementary Color

#bcfaa2 #e0a2fa

#bcfaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfaa2 Color CSS Codes

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

#bcfaa2 Text Font Color

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

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


#bcfaa2 Background Color

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

This div background color is #bcfaa2


#bcfaa2 Border Color

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

This div border color is #bcfaa2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,250,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 #bcfaa2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfaa2


Comments

No comments written yet.

Please login to write comment.