Color Hex Logo

#f1b28d Color Hex

#F1B28D
(241,178,141)
0 Favorites   0 Comments

Color spaces of #f1b28d

RGB 241178141
HSL0.060.780.75
HSV22°41°95°
CMYK 0.000.260.41   0.05
XYZ57.003752.464632.3216
Yxy52.46460.40200.3700
Hunter Lab72.432513.721124.2457
CIE-Lab77.557818.389527.8907

#f1b28d color RGB value is (241,178,141).

#f1b28d hex color red value is 241, green value is 178 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f1b28d hue: 0.06 , saturation: 0.78 and the lightness value of f1b28d is 0.75.

The process color (four color CMYK) of #f1b28d color hex is 0.00, 0.26, 0.41, 0.05. Web safe color of #f1b28d is #ff9999. Color #f1b28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10110010 10001101
Octal 361 262 215
Decimal 241 178 141
Hex F1 B2 8D

RGB Percentages of Color #f1b28d

%43.04
%31.79
%25.18

CMYK Percentages of Color #f1b28d

%0
%26
%41
%5

Triadic Colors of #f1b28d

#f1b28d #8df1b2 #b28df1

Analogous Colors of #f1b28d

#f1b28d #f1e48d #f18d9a

Monochromatic Colors of #f1b28d

#f1b28d

Complementary Color

#f1b28d #8dccf1

#f1b28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1b28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1b28d Color CSS Codes

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

#f1b28d Text Font Color

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

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


#f1b28d Background Color

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

This div background color is #f1b28d


#f1b28d Border Color

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

This div border color is #f1b28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1b28d


Comments

No comments written yet.

Please login to write comment.