Color Hex Logo

#b4ffae Color Hex

#B4FFAE
(180,255,174)
0 Favorites   0 Comments

Color spaces of #b4ffae

RGB 180255174
HSL0.321.000.84
HSV116°32°100°
CMYK 0.290.000.32   0.00
XYZ62.222484.279353.0325
Yxy84.27930.31180.4224
Hunter Lab91.8038-39.673530.0124
CIE-Lab93.5717-38.142031.5580

#b4ffae color RGB value is (180,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111111 10101110
Octal 264 377 256
Decimal 180 255 174
Hex B4 FF AE

RGB Percentages of Color #b4ffae

%29.56
%41.87
%28.57

CMYK Percentages of Color #b4ffae

%29
%0
%32
%0

Triadic Colors of #b4ffae

#b4ffae #aeb4ff #ffaeb4

Analogous Colors of #b4ffae

#b4ffae #aeffd1 #ddffae

Monochromatic Colors of #b4ffae

#b4ffae

Complementary Color

#b4ffae #f9aeff

#b4ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ffae Color CSS Codes

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

#b4ffae Text Font Color

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

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


#b4ffae Background Color

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

This div background color is #b4ffae


#b4ffae Border Color

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

This div border color is #b4ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ffae


Comments

No comments written yet.

Please login to write comment.