Color Hex Logo

#b3feaa Color Hex

#B3FEAA
(179,254,170)
0 Favorites   0 Comments

Color spaces of #b3feaa

RGB 179254170
HSL0.320.980.83
HSV114°33°100°
CMYK 0.300.000.33   0.00
XYZ61.287983.369650.8919
Yxy83.36960.31340.4263
Hunter Lab91.3070-39.972730.8683
CIE-Lab93.1760-38.621033.0222

#b3feaa color RGB value is (179,254,170).

#b3feaa hex color red value is 179, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b3feaa hue: 0.32 , saturation: 0.98 and the lightness value of b3feaa is 0.83.

The process color (four color CMYK) of #b3feaa color hex is 0.30, 0.00, 0.33, 0.00. Web safe color of #b3feaa is #ccff99. Color #b3feaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111110 10101010
Octal 263 376 252
Decimal 179 254 170
Hex B3 FE AA

RGB Percentages of Color #b3feaa

%29.68
%42.12
%28.19

CMYK Percentages of Color #b3feaa

%30
%0
%33
%0

Triadic Colors of #b3feaa

#b3feaa #aab3fe #feaab3

Analogous Colors of #b3feaa

#b3feaa #aafecb #ddfeaa

Monochromatic Colors of #b3feaa

#b3feaa

Complementary Color

#b3feaa #f5aafe

#b3feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3feaa Color CSS Codes

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

#b3feaa Text Font Color

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

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


#b3feaa Background Color

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

This div background color is #b3feaa


#b3feaa Border Color

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

This div border color is #b3feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3feaa


Comments

No comments written yet.

Please login to write comment.