Color Hex Logo

#f1d06e Color Hex

#F1D06E
(241,208,110)
0 Favorites   0 Comments

Color spaces of #f1d06e

RGB 241208110
HSL0.120.820.69
HSV45°54°95°
CMYK 0.000.140.54   0.05
XYZ61.646064.938324.0371
Yxy64.93830.40930.4311
Hunter Lab80.5843-4.472238.7237
CIE-Lab84.4519-0.177652.3178

#f1d06e color RGB value is (241,208,110).

#f1d06e hex color red value is 241, green value is 208 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f1d06e hue: 0.12 , saturation: 0.82 and the lightness value of f1d06e is 0.69.

The process color (four color CMYK) of #f1d06e color hex is 0.00, 0.14, 0.54, 0.05. Web safe color of #f1d06e is #ffcc66. Color #f1d06e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11010000 01101110
Octal 361 320 156
Decimal 241 208 110
Hex F1 D0 6E

RGB Percentages of Color #f1d06e

%43.11
%37.21
%19.68

CMYK Percentages of Color #f1d06e

%0
%14
%54
%5

Triadic Colors of #f1d06e

#f1d06e #6ef1d0 #d06ef1

Analogous Colors of #f1d06e

#f1d06e #d1f16e #f18f6e

Monochromatic Colors of #f1d06e

#f1d06e

Complementary Color

#f1d06e #6e8ff1

#f1d06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1d06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1d06e Color CSS Codes

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

#f1d06e Text Font Color

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

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


#f1d06e Background Color

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

This div background color is #f1d06e


#f1d06e Border Color

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

This div border color is #f1d06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1d06e


Comments

No comments written yet.

Please login to write comment.