Color Hex Logo

#f1edab Color Hex

#F1EDAB
(241,237,171)
0 Favorites   0 Comments

Color spaces of #f1edab

RGB 241237171
HSL0.160.710.81
HSV57°29°95°
CMYK 0.000.020.29   0.05
XYZ73.910582.209450.5006
Yxy82.20940.35770.3979
Hunter Lab90.6694-13.164530.4455
CIE-Lab92.6672-8.603432.5437

#f1edab color RGB value is (241,237,171).

#f1edab hex color red value is 241, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f1edab hue: 0.16 , saturation: 0.71 and the lightness value of f1edab is 0.81.

The process color (four color CMYK) of #f1edab color hex is 0.00, 0.02, 0.29, 0.05. Web safe color of #f1edab is #ffff99. Color #f1edab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101101 10101011
Octal 361 355 253
Decimal 241 237 171
Hex F1 ED AB

RGB Percentages of Color #f1edab

%37.13
%36.52
%26.35

CMYK Percentages of Color #f1edab

%0
%2
%29
%5

Triadic Colors of #f1edab

#f1edab #abf1ed #edabf1

Analogous Colors of #f1edab

#f1edab #d2f1ab #f1caab

Monochromatic Colors of #f1edab

#f1edab

Complementary Color

#f1edab #abaff1

#f1edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1edab Color CSS Codes

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

#f1edab Text Font Color

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

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


#f1edab Background Color

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

This div background color is #f1edab


#f1edab Border Color

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

This div border color is #f1edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1edab


Comments

No comments written yet.

Please login to write comment.