Color Hex Logo

#b1f384 Color Hex

#B1F384
(177,243,132)
0 Favorites   0 Comments

Color spaces of #b1f384

RGB 177243132
HSL0.270.820.74
HSV96°46°95°
CMYK 0.270.000.46   0.05
XYZ54.346975.114233.4639
Yxy75.11420.33360.4610
Hunter Lab86.6684-39.738437.7752
CIE-Lab89.4465-39.509946.8348

#b1f384 color RGB value is (177,243,132).

#b1f384 hex color red value is 177, green value is 243 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b1f384 hue: 0.27 , saturation: 0.82 and the lightness value of b1f384 is 0.74.

The process color (four color CMYK) of #b1f384 color hex is 0.27, 0.00, 0.46, 0.05. Web safe color of #b1f384 is #99ff99. Color #b1f384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11110011 10000100
Octal 261 363 204
Decimal 177 243 132
Hex B1 F3 84

RGB Percentages of Color #b1f384

%32.07
%44.02
%23.91

CMYK Percentages of Color #b1f384

%27
%0
%46
%5

Triadic Colors of #b1f384

#b1f384 #84b1f3 #f384b1

Analogous Colors of #b1f384

#b1f384 #84f38f #e9f384

Monochromatic Colors of #b1f384

#b1f384

Complementary Color

#b1f384 #c684f3

#b1f384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1f384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1f384 Color CSS Codes

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

#b1f384 Text Font Color

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

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


#b1f384 Background Color

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

This div background color is #b1f384


#b1f384 Border Color

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

This div border color is #b1f384


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,243,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1f384; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1f384;
  -webkit-box-shadow: 1px 1px 3px 2px #b1f384;
  box-shadow:         1px 1px 3px 2px #b1f384; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,243,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1f384


Comments

No comments written yet.

Please login to write comment.