Color Hex Logo

#f1f5ac Color Hex

#F1F5AC
(241,245,172)
0 Favorites   0 Comments

Color spaces of #f1f5ac

RGB 241245172
HSL0.180.780.82
HSV63°30°96°
CMYK 0.020.000.30   0.04
XYZ76.374486.984151.7940
Yxy86.98410.35500.4043
Hunter Lab93.2653-17.041632.3595
CIE-Lab94.7315-12.447934.7924

#f1f5ac color RGB value is (241,245,172).

#f1f5ac hex color red value is 241, green value is 245 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f1f5ac hue: 0.18 , saturation: 0.78 and the lightness value of f1f5ac is 0.82.

The process color (four color CMYK) of #f1f5ac color hex is 0.02, 0.00, 0.30, 0.04. Web safe color of #f1f5ac is #ffff99. Color #f1f5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11110101 10101100
Octal 361 365 254
Decimal 241 245 172
Hex F1 F5 AC

RGB Percentages of Color #f1f5ac

%36.63
%37.23
%26.14

CMYK Percentages of Color #f1f5ac

%2
%0
%30
%4

Triadic Colors of #f1f5ac

#f1f5ac #acf1f5 #f5acf1

Analogous Colors of #f1f5ac

#f1f5ac #cdf5ac #f5d5ac

Monochromatic Colors of #f1f5ac

#f1f5ac

Complementary Color

#f1f5ac #b0acf5

#f1f5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1f5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1f5ac Color CSS Codes

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

#f1f5ac Text Font Color

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

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


#f1f5ac Background Color

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

This div background color is #f1f5ac


#f1f5ac Border Color

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

This div border color is #f1f5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1f5ac

Related Colors


Comments

No comments written yet.

Please login to write comment.