Color Hex Logo

#b8faab Color Hex

#B8FAAB
(184,250,171)
0 Favorites   0 Comments

Color spaces of #b8faab

RGB 184250171
HSL0.310.890.83
HSV110°32°98°
CMYK 0.260.000.32   0.02
XYZ61.303581.501851.0285
Yxy81.50180.31630.4205
Hunter Lab90.2783-36.776729.6820
CIE-Lab92.3545-35.043531.4671

#b8faab color RGB value is (184,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111010 10101011
Octal 270 372 253
Decimal 184 250 171
Hex B8 FA AB

RGB Percentages of Color #b8faab

%30.41
%41.32
%28.26

CMYK Percentages of Color #b8faab

%26
%0
%32
%2

Triadic Colors of #b8faab

#b8faab #abb8fa #faabb8

Analogous Colors of #b8faab

#b8faab #abfac6 #e0faab

Monochromatic Colors of #b8faab

#b8faab

Complementary Color

#b8faab #edabfa

#b8faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8faab Color CSS Codes

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

#b8faab Text Font Color

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

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


#b8faab Background Color

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

This div background color is #b8faab


#b8faab Border Color

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

This div border color is #b8faab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,250,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8faab


Comments

No comments written yet.

Please login to write comment.