Color Hex Logo

#f1d976 Color Hex

#F1D976
(241,217,118)
0 Favorites   0 Comments

Color spaces of #f1d976

RGB 241217118
HSL0.130.810.70
HSV48°51°95°
CMYK 0.000.100.51   0.05
XYZ64.358569.634527.1883
Yxy69.63450.39930.4320
Hunter Lab83.4473-8.365139.0956
CIE-Lab86.8173-4.116051.3292

#f1d976 color RGB value is (241,217,118).

#f1d976 hex color red value is 241, green value is 217 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f1d976 hue: 0.13 , saturation: 0.81 and the lightness value of f1d976 is 0.70.

The process color (four color CMYK) of #f1d976 color hex is 0.00, 0.10, 0.51, 0.05. Web safe color of #f1d976 is #ffcc66. Color #f1d976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011001 01110110
Octal 361 331 166
Decimal 241 217 118
Hex F1 D9 76

RGB Percentages of Color #f1d976

%41.84
%37.67
%20.49

CMYK Percentages of Color #f1d976

%0
%10
%51
%5

Triadic Colors of #f1d976

#f1d976 #76f1d9 #d976f1

Analogous Colors of #f1d976

#f1d976 #ccf176 #f19c76

Monochromatic Colors of #f1d976

#f1d976

Complementary Color

#f1d976 #768ef1

#f1d976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1d976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1d976 Color CSS Codes

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

#f1d976 Text Font Color

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

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


#f1d976 Background Color

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

This div background color is #f1d976


#f1d976 Border Color

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

This div border color is #f1d976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1d976


Comments

No comments written yet.

Please login to write comment.