Color Hex Logo

#fbb28f Color Hex

#FBB28F
(251,178,143)
0 Favorites   0 Comments

Color spaces of #fbb28f

RGB 251178143
HSL0.050.930.77
HSV19°43°98°
CMYK 0.000.290.43   0.02
XYZ60.662054.333233.2767
Yxy54.33320.40910.3664
Hunter Lab73.711117.905824.8314
CIE-Lab78.655622.491328.4820

#fbb28f color RGB value is (251,178,143).

#fbb28f hex color red value is 251, green value is 178 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fbb28f hue: 0.05 , saturation: 0.93 and the lightness value of fbb28f is 0.77.

The process color (four color CMYK) of #fbb28f color hex is 0.00, 0.29, 0.43, 0.02. Web safe color of #fbb28f is #ff9999. Color #fbb28f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110010 10001111
Octal 373 262 217
Decimal 251 178 143
Hex FB B2 8F

RGB Percentages of Color #fbb28f

%43.88
%31.12
%25.00

CMYK Percentages of Color #fbb28f

%0
%29
%43
%2

Triadic Colors of #fbb28f

#fbb28f #8ffbb2 #b28ffb

Analogous Colors of #fbb28f

#fbb28f #fbe88f #fb8fa2

Monochromatic Colors of #fbb28f

#fbb28f

Complementary Color

#fbb28f #8fd8fb

#fbb28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb28f Color CSS Codes

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

#fbb28f Text Font Color

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

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


#fbb28f Background Color

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

This div background color is #fbb28f


#fbb28f Border Color

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

This div border color is #fbb28f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,178,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbb28f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbb28f;
  -webkit-box-shadow: 1px 1px 3px 2px #fbb28f;
  box-shadow:         1px 1px 3px 2px #fbb28f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,178,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb28f


Comments

No comments written yet.

Please login to write comment.