Color Hex Logo

#b3efaa Color Hex

#B3EFAA
(179,239,170)
0 Favorites   0 Comments

Color spaces of #b3efaa

RGB 179239170
HSL0.310.680.80
HSV112°29°94°
CMYK 0.250.000.29   0.06
XYZ56.712674.219049.3668
Yxy74.21900.31450.4116
Hunter Lab86.1504-33.257226.3304
CIE-Lab89.0259-31.760827.4330

#b3efaa color RGB value is (179,239,170).

#b3efaa hex color red value is 179, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b3efaa hue: 0.31 , saturation: 0.68 and the lightness value of b3efaa is 0.80.

The process color (four color CMYK) of #b3efaa color hex is 0.25, 0.00, 0.29, 0.06. Web safe color of #b3efaa is #ccff99. Color #b3efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101111 10101010
Octal 263 357 252
Decimal 179 239 170
Hex B3 EF AA

RGB Percentages of Color #b3efaa

%30.44
%40.65
%28.91

CMYK Percentages of Color #b3efaa

%25
%0
%29
%6

Triadic Colors of #b3efaa

#b3efaa #aab3ef #efaab3

Analogous Colors of #b3efaa

#b3efaa #aaefc4 #d6efaa

Monochromatic Colors of #b3efaa

#b3efaa

Complementary Color

#b3efaa #e6aaef

#b3efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3efaa Color CSS Codes

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

#b3efaa Text Font Color

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

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


#b3efaa Background Color

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

This div background color is #b3efaa


#b3efaa Border Color

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

This div border color is #b3efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3efaa


Comments

No comments written yet.

Please login to write comment.