Color Hex Logo

#b4faae Color Hex

#B4FAAE
(180,250,174)
0 Favorites   0 Comments

Color spaces of #b4faae

RGB 180250174
HSL0.320.880.83
HSV115°30°98°
CMYK 0.280.000.30   0.02
XYZ60.648081.130552.5077
Yxy81.13050.31220.4176
Hunter Lab90.0725-37.438428.4877
CIE-Lab92.1897-35.878529.6961

#b4faae color RGB value is (180,250,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 10101110
Octal 264 372 256
Decimal 180 250 174
Hex B4 FA AE

RGB Percentages of Color #b4faae

%29.80
%41.39
%28.81

CMYK Percentages of Color #b4faae

%28
%0
%30
%2

Triadic Colors of #b4faae

#b4faae #aeb4fa #faaeb4

Analogous Colors of #b4faae

#b4faae #aeface #dafaae

Monochromatic Colors of #b4faae

#b4faae

Complementary Color

#b4faae #f4aefa

#b4faae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4faae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4faae Color CSS Codes

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

#b4faae Text Font Color

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

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


#b4faae Background Color

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

This div background color is #b4faae


#b4faae Border Color

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

This div border color is #b4faae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4faae


Comments

No comments written yet.

Please login to write comment.