Color Hex Logo

#f1e6aa Color Hex

#F1E6AA
(241,230,170)
0 Favorites   0 Comments

Color spaces of #f1e6aa

RGB 241230170
HSL0.140.720.81
HSV51°29°95°
CMYK 0.000.050.29   0.05
XYZ71.828178.196749.3379
Yxy78.19670.36030.3922
Hunter Lab88.4289-9.760528.8200
CIE-Lab90.8696-5.214430.6418

#f1e6aa color RGB value is (241,230,170).

#f1e6aa hex color red value is 241, green value is 230 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f1e6aa hue: 0.14 , saturation: 0.72 and the lightness value of f1e6aa is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11100110 10101010
Octal 361 346 252
Decimal 241 230 170
Hex F1 E6 AA

RGB Percentages of Color #f1e6aa

%37.60
%35.88
%26.52

CMYK Percentages of Color #f1e6aa

%0
%5
%29
%5

Triadic Colors of #f1e6aa

#f1e6aa #aaf1e6 #e6aaf1

Analogous Colors of #f1e6aa

#f1e6aa #d9f1aa #f1c3aa

Monochromatic Colors of #f1e6aa

#f1e6aa

Complementary Color

#f1e6aa #aab5f1

#f1e6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1e6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1e6aa Color CSS Codes

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

#f1e6aa Text Font Color

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

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


#f1e6aa Background Color

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

This div background color is #f1e6aa


#f1e6aa Border Color

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

This div border color is #f1e6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1e6aa


Comments

No comments written yet.

Please login to write comment.