Color Hex Logo

#b3e9bd Color Hex

#B3E9BD
(179,233,189)
0 Favorites   0 Comments

Color spaces of #b3e9bd

RGB 179233189
HSL0.360.550.81
HSV131°23°91°
CMYK 0.230.000.19   0.09
XYZ56.914671.535758.9522
Yxy71.53570.30370.3817
Hunter Lab84.5788-27.897017.8795
CIE-Lab87.7446-25.739015.8616

#b3e9bd color RGB value is (179,233,189).

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

The process color (four color CMYK) of #b3e9bd color hex is 0.23, 0.00, 0.19, 0.09. Web safe color of #b3e9bd is #ccffcc. Color #b3e9bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101001 10111101
Octal 263 351 275
Decimal 179 233 189
Hex B3 E9 BD

RGB Percentages of Color #b3e9bd

%29.78
%38.77
%31.45

CMYK Percentages of Color #b3e9bd

%23
%0
%19
%9

Triadic Colors of #b3e9bd

#b3e9bd #bdb3e9 #e9bdb3

Analogous Colors of #b3e9bd

#b3e9bd #b3e9d8 #c4e9b3

Monochromatic Colors of #b3e9bd

#b3e9bd

Complementary Color

#b3e9bd #e9b3df

#b3e9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3e9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3e9bd Color CSS Codes

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

#b3e9bd Text Font Color

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

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


#b3e9bd Background Color

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

This div background color is #b3e9bd


#b3e9bd Border Color

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

This div border color is #b3e9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3e9bd


Comments

No comments written yet.

Please login to write comment.