Color Hex Logo

#f1dd94 Color Hex

#F1DD94
(241,221,148)
0 Favorites   0 Comments

Color spaces of #f1dd94

RGB 241221148
HSL0.130.770.76
HSV47°39°95°
CMYK 0.000.080.39   0.05
XYZ67.477472.551838.4644
Yxy72.55180.37800.4065
Hunter Lab85.1773-7.652832.8500
CIE-Lab88.2335-3.239538.3303

#f1dd94 color RGB value is (241,221,148).

#f1dd94 hex color red value is 241, green value is 221 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #f1dd94 hue: 0.13 , saturation: 0.77 and the lightness value of f1dd94 is 0.76.

The process color (four color CMYK) of #f1dd94 color hex is 0.00, 0.08, 0.39, 0.05. Web safe color of #f1dd94 is #ffcc99. Color #f1dd94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011101 10010100
Octal 361 335 224
Decimal 241 221 148
Hex F1 DD 94

RGB Percentages of Color #f1dd94

%39.51
%36.23
%24.26

CMYK Percentages of Color #f1dd94

%0
%8
%39
%5

Triadic Colors of #f1dd94

#f1dd94 #94f1dd #dd94f1

Analogous Colors of #f1dd94

#f1dd94 #d7f194 #f1af94

Monochromatic Colors of #f1dd94

#f1dd94

Complementary Color

#f1dd94 #94a8f1

#f1dd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dd94 Color CSS Codes

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

#f1dd94 Text Font Color

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

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


#f1dd94 Background Color

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

This div background color is #f1dd94


#f1dd94 Border Color

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

This div border color is #f1dd94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dd94


Comments

No comments written yet.

Please login to write comment.