Color Hex Logo

#b3ffae Color Hex

#B3FFAE
(179,255,174)
0 Favorites   0 Comments

Color spaces of #b3ffae

RGB 179255174
HSL0.321.000.84
HSV116°32°100°
CMYK 0.300.000.32   0.00
XYZ61.990484.159753.0216
Yxy84.15970.31120.4225
Hunter Lab91.7386-39.925029.9495
CIE-Lab93.5198-38.458831.4794

#b3ffae color RGB value is (179,255,174).

#b3ffae hex color red value is 179, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b3ffae hue: 0.32 , saturation: 1.00 and the lightness value of b3ffae is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111111 10101110
Octal 263 377 256
Decimal 179 255 174
Hex B3 FF AE

RGB Percentages of Color #b3ffae

%29.44
%41.94
%28.62

CMYK Percentages of Color #b3ffae

%30
%0
%32
%0

Triadic Colors of #b3ffae

#b3ffae #aeb3ff #ffaeb3

Analogous Colors of #b3ffae

#b3ffae #aeffd2 #dcffae

Monochromatic Colors of #b3ffae

#b3ffae

Complementary Color

#b3ffae #faaeff

#b3ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ffae Color CSS Codes

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

#b3ffae Text Font Color

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

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


#b3ffae Background Color

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

This div background color is #b3ffae


#b3ffae Border Color

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

This div border color is #b3ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ffae


Comments

No comments written yet.

Please login to write comment.