Color Hex Logo

#bcfcb6 Color Hex

#BCFCB6
(188,252,182)
0 Favorites   0 Comments

Color spaces of #bcfcb6

RGB 188252182
HSL0.320.920.85
HSV115°28°99°
CMYK 0.250.000.28   0.01
XYZ63.992983.689657.0369
Yxy83.68960.31260.4088
Hunter Lab91.4820-35.230427.0715
CIE-Lab93.3155-32.958627.2514

#bcfcb6 color RGB value is (188,252,182).

#bcfcb6 hex color red value is 188, green value is 252 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bcfcb6 hue: 0.32 , saturation: 0.92 and the lightness value of bcfcb6 is 0.85.

The process color (four color CMYK) of #bcfcb6 color hex is 0.25, 0.00, 0.28, 0.01. Web safe color of #bcfcb6 is #ccffcc. Color #bcfcb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 10110110
Octal 274 374 266
Decimal 188 252 182
Hex BC FC B6

RGB Percentages of Color #bcfcb6

%30.23
%40.51
%29.26

CMYK Percentages of Color #bcfcb6

%25
%0
%28
%1

Triadic Colors of #bcfcb6

#bcfcb6 #b6bcfc #fcb6bc

Analogous Colors of #bcfcb6

#bcfcb6 #b6fcd3 #dffcb6

Monochromatic Colors of #bcfcb6

#bcfcb6

Complementary Color

#bcfcb6 #f6b6fc

#bcfcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcb6 Color CSS Codes

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

#bcfcb6 Text Font Color

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

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


#bcfcb6 Background Color

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

This div background color is #bcfcb6


#bcfcb6 Border Color

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

This div border color is #bcfcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcb6

Related Colors


Comments

No comments written yet.

Please login to write comment.