Color Hex Logo

#b3e6bb Color Hex

#B3E6BB
(179,230,187)
0 Favorites   0 Comments

Color spaces of #b3e6bb

RGB 179230187
HSL0.360.500.80
HSV129°22°90°
CMYK 0.220.000.19   0.10
XYZ55.856969.765257.5358
Yxy69.76520.30500.3809
Hunter Lab83.5256-26.799617.6265
CIE-Lab86.8816-24.645915.6897

#b3e6bb color RGB value is (179,230,187).

#b3e6bb hex color red value is 179, green value is 230 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b3e6bb hue: 0.36 , saturation: 0.50 and the lightness value of b3e6bb is 0.80.

The process color (four color CMYK) of #b3e6bb color hex is 0.22, 0.00, 0.19, 0.10. Web safe color of #b3e6bb is #ccffcc. Color #b3e6bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11100110 10111011
Octal 263 346 273
Decimal 179 230 187
Hex B3 E6 BB

RGB Percentages of Color #b3e6bb

%30.03
%38.59
%31.38

CMYK Percentages of Color #b3e6bb

%22
%0
%19
%10

Triadic Colors of #b3e6bb

#b3e6bb #bbb3e6 #e6bbb3

Analogous Colors of #b3e6bb

#b3e6bb #b3e6d5 #c5e6b3

Monochromatic Colors of #b3e6bb

#b3e6bb

Complementary Color

#b3e6bb #e6b3de

#b3e6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3e6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3e6bb Color CSS Codes

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

#b3e6bb Text Font Color

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

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


#b3e6bb Background Color

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

This div background color is #b3e6bb


#b3e6bb Border Color

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

This div border color is #b3e6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3e6bb


Comments

No comments written yet.

Please login to write comment.