Color Hex Logo

#b2ffaf Color Hex

#B2FFAF
(178,255,175)
0 Favorites   0 Comments

Color spaces of #b2ffaf

RGB 178255175
HSL0.331.000.84
HSV118°31°100°
CMYK 0.300.000.31   0.00
XYZ61.858084.080153.5263
Yxy84.08010.31010.4215
Hunter Lab91.6952-40.049729.5766
CIE-Lab93.4853-38.618830.9222

#b2ffaf color RGB value is (178,255,175).

#b2ffaf hex color red value is 178, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b2ffaf hue: 0.33 , saturation: 1.00 and the lightness value of b2ffaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111111 10101111
Octal 262 377 257
Decimal 178 255 175
Hex B2 FF AF

RGB Percentages of Color #b2ffaf

%29.28
%41.94
%28.78

CMYK Percentages of Color #b2ffaf

%30
%0
%31
%0

Triadic Colors of #b2ffaf

#b2ffaf #afb2ff #ffafb2

Analogous Colors of #b2ffaf

#b2ffaf #afffd4 #daffaf

Monochromatic Colors of #b2ffaf

#b2ffaf

Complementary Color

#b2ffaf #fcafff

#b2ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ffaf Color CSS Codes

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

#b2ffaf Text Font Color

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

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


#b2ffaf Background Color

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

This div background color is #b2ffaf


#b2ffaf Border Color

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

This div border color is #b2ffaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,255,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ffaf

Related Colors

#b2ffaf Color Palettes


Comments

No comments written yet.

Please login to write comment.