Color Hex Logo

#b2fd84 Color Hex

#B2FD84
(178,253,132)
0 Favorites   0 Comments

Color spaces of #b2fd84

RGB 178253132
HSL0.270.970.75
HSV97°48°99°
CMYK 0.300.000.48   0.01
XYZ57.650281.381534.4995
Yxy81.38150.33220.4690
Hunter Lab90.2117-43.799240.4740
CIE-Lab92.3012-43.571550.3786

#b2fd84 color RGB value is (178,253,132).

#b2fd84 hex color red value is 178, green value is 253 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b2fd84 hue: 0.27 , saturation: 0.97 and the lightness value of b2fd84 is 0.75.

The process color (four color CMYK) of #b2fd84 color hex is 0.30, 0.00, 0.48, 0.01. Web safe color of #b2fd84 is #99ff99. Color #b2fd84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111101 10000100
Octal 262 375 204
Decimal 178 253 132
Hex B2 FD 84

RGB Percentages of Color #b2fd84

%31.62
%44.94
%23.45

CMYK Percentages of Color #b2fd84

%30
%0
%48
%1

Triadic Colors of #b2fd84

#b2fd84 #84b2fd #fd84b2

Analogous Colors of #b2fd84

#b2fd84 #84fd93 #effd84

Monochromatic Colors of #b2fd84

#b2fd84

Complementary Color

#b2fd84 #cf84fd

#b2fd84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fd84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fd84 Color CSS Codes

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

#b2fd84 Text Font Color

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

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


#b2fd84 Background Color

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

This div background color is #b2fd84


#b2fd84 Border Color

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

This div border color is #b2fd84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fd84


Comments

No comments written yet.

Please login to write comment.