Color Hex Logo

#b3efbd Color Hex

#B3EFBD
(179,239,189)
0 Favorites   0 Comments

Color spaces of #b3efbd

RGB 179239189
HSL0.360.650.82
HSV130°25°94°
CMYK 0.250.000.21   0.06
XYZ58.642274.990859.5280
Yxy74.99080.30360.3882
Hunter Lab86.5972-30.667919.8614
CIE-Lab89.3887-28.603818.1672

#b3efbd color RGB value is (179,239,189).

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

The process color (four color CMYK) of #b3efbd color hex is 0.25, 0.00, 0.21, 0.06. Web safe color of #b3efbd is #ccffcc. Color #b3efbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101111 10111101
Octal 263 357 275
Decimal 179 239 189
Hex B3 EF BD

RGB Percentages of Color #b3efbd

%29.49
%39.37
%31.14

CMYK Percentages of Color #b3efbd

%25
%0
%21
%6

Triadic Colors of #b3efbd

#b3efbd #bdb3ef #efbdb3

Analogous Colors of #b3efbd

#b3efbd #b3efdb #c7efb3

Monochromatic Colors of #b3efbd

#b3efbd

Complementary Color

#b3efbd #efb3e5

#b3efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3efbd Color CSS Codes

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

#b3efbd Text Font Color

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

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


#b3efbd Background Color

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

This div background color is #b3efbd


#b3efbd Border Color

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

This div border color is #b3efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3efbd


Comments

No comments written yet.

Please login to write comment.