Color Hex Logo

#b3ffbd Color Hex

#B3FFBD
(179,255,189)
0 Favorites   0 Comments

Color spaces of #b3ffbd

RGB 179255189
HSL0.361.000.85
HSV128°30°100°
CMYK 0.300.000.26   0.00
XYZ63.535784.777861.1592
Yxy84.77780.30330.4047
Hunter Lab92.0749-37.958225.0700
CIE-Lab93.7873-36.038224.2707

#b3ffbd color RGB value is (179,255,189).

#b3ffbd hex color red value is 179, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b3ffbd hue: 0.36 , saturation: 1.00 and the lightness value of b3ffbd is 0.85.

The process color (four color CMYK) of #b3ffbd color hex is 0.30, 0.00, 0.26, 0.00. Web safe color of #b3ffbd is #ccffcc. Color #b3ffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111111 10111101
Octal 263 377 275
Decimal 179 255 189
Hex B3 FF BD

RGB Percentages of Color #b3ffbd

%28.73
%40.93
%30.34

CMYK Percentages of Color #b3ffbd

%30
%0
%26
%0

Triadic Colors of #b3ffbd

#b3ffbd #bdb3ff #ffbdb3

Analogous Colors of #b3ffbd

#b3ffbd #b3ffe3 #cfffb3

Monochromatic Colors of #b3ffbd

#b3ffbd

Complementary Color

#b3ffbd #ffb3f5

#b3ffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ffbd Color CSS Codes

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

#b3ffbd Text Font Color

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

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


#b3ffbd Background Color

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

This div background color is #b3ffbd


#b3ffbd Border Color

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

This div border color is #b3ffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ffbd


Comments

No comments written yet.

Please login to write comment.