Color Hex Logo

#f1d281 Color Hex

#F1D281
(241,210,129)
0 Favorites   0 Comments

Color spaces of #f1d281

RGB 241210129
HSL0.120.800.73
HSV43°46°95°
CMYK 0.000.130.46   0.05
XYZ63.284766.378930.2458
Yxy66.37890.39580.4151
Hunter Lab81.4732-3.927535.0207
CIE-Lab85.18930.445643.9680

#f1d281 color RGB value is (241,210,129).

#f1d281 hex color red value is 241, green value is 210 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #f1d281 hue: 0.12 , saturation: 0.80 and the lightness value of f1d281 is 0.73.

The process color (four color CMYK) of #f1d281 color hex is 0.00, 0.13, 0.46, 0.05. Web safe color of #f1d281 is #ffcc99. Color #f1d281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11010010 10000001
Octal 361 322 201
Decimal 241 210 129
Hex F1 D2 81

RGB Percentages of Color #f1d281

%41.55
%36.21
%22.24

CMYK Percentages of Color #f1d281

%0
%13
%46
%5

Triadic Colors of #f1d281

#f1d281 #81f1d2 #d281f1

Analogous Colors of #f1d281

#f1d281 #d8f181 #f19a81

Monochromatic Colors of #f1d281

#f1d281

Complementary Color

#f1d281 #81a0f1

#f1d281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1d281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1d281 Color CSS Codes

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

#f1d281 Text Font Color

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

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


#f1d281 Background Color

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

This div background color is #f1d281


#f1d281 Border Color

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

This div border color is #f1d281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1d281


Comments

No comments written yet.

Please login to write comment.