Color Hex Logo

#b4faaa Color Hex

#B4FAAA
(180,250,170)
0 Favorites   0 Comments

Color spaces of #b4faaa

RGB 180250170
HSL0.310.890.82
HSV113°32°98°
CMYK 0.280.000.32   0.02
XYZ60.263780.976850.4841
Yxy80.97680.31430.4224
Hunter Lab89.9871-37.937329.7284
CIE-Lab92.1214-36.494931.6195

#b4faaa color RGB value is (180,250,170).

#b4faaa hex color red value is 180, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b4faaa hue: 0.31 , saturation: 0.89 and the lightness value of b4faaa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 10101010
Octal 264 372 252
Decimal 180 250 170
Hex B4 FA AA

RGB Percentages of Color #b4faaa

%30.00
%41.67
%28.33

CMYK Percentages of Color #b4faaa

%28
%0
%32
%2

Triadic Colors of #b4faaa

#b4faaa #aab4fa #faaab4

Analogous Colors of #b4faaa

#b4faaa #aafac8 #dcfaaa

Monochromatic Colors of #b4faaa

#b4faaa

Complementary Color

#b4faaa #f0aafa

#b4faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4faaa Color CSS Codes

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

#b4faaa Text Font Color

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

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


#b4faaa Background Color

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

This div background color is #b4faaa


#b4faaa Border Color

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

This div border color is #b4faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4faaa


Comments

No comments written yet.

Please login to write comment.