Color Hex Logo

#b6fca1 Color Hex

#B6FCA1
(182,252,161)
0 Favorites   0 Comments

Color spaces of #b6fca1

RGB 182252161
HSL0.290.940.81
HSV106°36°99°
CMYK 0.280.000.36   0.01
XYZ60.534882.139146.3821
Yxy82.13910.32020.4345
Hunter Lab90.6306-39.378333.0986
CIE-Lab92.6362-38.071036.8187

#b6fca1 color RGB value is (182,252,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111100 10100001
Octal 266 374 241
Decimal 182 252 161
Hex B6 FC A1

RGB Percentages of Color #b6fca1

%30.59
%42.35
%27.06

CMYK Percentages of Color #b6fca1

%28
%0
%36
%1

Triadic Colors of #b6fca1

#b6fca1 #a1b6fc #fca1b6

Analogous Colors of #b6fca1

#b6fca1 #a1fcba #e4fca1

Monochromatic Colors of #b6fca1

#b6fca1

Complementary Color

#b6fca1 #e7a1fc

#b6fca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fca1 Color CSS Codes

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

#b6fca1 Text Font Color

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

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


#b6fca1 Background Color

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

This div background color is #b6fca1


#b6fca1 Border Color

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

This div border color is #b6fca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fca1

Related Colors


Comments

No comments written yet.

Please login to write comment.