Color Hex Logo

#b6fc6f Color Hex

#B6FC6F
(182,252,111)
0 Favorites   0 Comments

Color spaces of #b6fc6f

RGB 182252111
HSL0.250.960.71
HSV90°56°99°
CMYK 0.280.000.56   0.01
XYZ56.971180.713627.6155
Yxy80.71360.34470.4883
Hunter Lab89.8407-44.028344.6638
CIE-Lab92.0041-43.959459.6157

#b6fc6f color RGB value is (182,252,111).

#b6fc6f hex color red value is 182, green value is 252 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b6fc6f hue: 0.25 , saturation: 0.96 and the lightness value of b6fc6f is 0.71.

The process color (four color CMYK) of #b6fc6f color hex is 0.28, 0.00, 0.56, 0.01. Web safe color of #b6fc6f is #ccff66. Color #b6fc6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111100 01101111
Octal 266 374 157
Decimal 182 252 111
Hex B6 FC 6F

RGB Percentages of Color #b6fc6f

%33.39
%46.24
%20.37

CMYK Percentages of Color #b6fc6f

%28
%0
%56
%1

Triadic Colors of #b6fc6f

#b6fc6f #6fb6fc #fc6fb6

Analogous Colors of #b6fc6f

#b6fc6f #70fc6f #fcfc6f

Monochromatic Colors of #b6fc6f

#b6fc6f

Complementary Color

#b6fc6f #b56ffc

#b6fc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fc6f Color CSS Codes

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

#b6fc6f Text Font Color

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

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


#b6fc6f Background Color

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

This div background color is #b6fc6f


#b6fc6f Border Color

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

This div border color is #b6fc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fc6f

Related Colors


Comments

No comments written yet.

Please login to write comment.