Color Hex Logo

#bcfca2 Color Hex

#BCFCA2
(188,252,162)
0 Favorites   0 Comments

Color spaces of #bcfca2

RGB 188252162
HSL0.290.940.81
HSV103°36°99°
CMYK 0.250.000.36   0.01
XYZ62.071082.920846.9162
Yxy82.92080.32340.4321
Hunter Lab91.0609-37.683233.1953
CIE-Lab92.9798-35.943136.8356

#bcfca2 color RGB value is (188,252,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 10100010
Octal 274 374 242
Decimal 188 252 162
Hex BC FC A2

RGB Percentages of Color #bcfca2

%31.23
%41.86
%26.91

CMYK Percentages of Color #bcfca2

%25
%0
%36
%1

Triadic Colors of #bcfca2

#bcfca2 #a2bcfc #fca2bc

Analogous Colors of #bcfca2

#bcfca2 #a2fcb5 #e9fca2

Monochromatic Colors of #bcfca2

#bcfca2

Complementary Color

#bcfca2 #e2a2fc

#bcfca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfca2 Color CSS Codes

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

#bcfca2 Text Font Color

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

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


#bcfca2 Background Color

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

This div background color is #bcfca2


#bcfca2 Border Color

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

This div border color is #bcfca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfca2


Comments

No comments written yet.

Please login to write comment.