color codes Logo

#f1c57c color codes

#F1C57C
(241,197,124)
0 Favorites   0 Comments

Color spaces of #f1c57c

RGB 241197124
HSL0.100.810.72
HSV37°49°95°
CMYK 0.000.180.49   0.05
XYZ59.880060.088527.5110
Yxy60.08850.40600.4074
Hunter Lab77.51682.233033.2195
CIE-Lab81.88636.708342.3311

#f1c57c color RGB value is (241,197,124).

#f1c57c hex color red value is 241, green value is 197 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #f1c57c hue: 0.10 , saturation: 0.81 and the lightness value of f1c57c is 0.72.

The process color (four color CMYK) of #f1c57c color code is 0.00, 0.18, 0.49, 0.05. Web safe color of #f1c57c is #ffcc66. Color #f1c57c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11000101 01111100
Octal 361 305 174
Decimal 241 197 124
Hex F1 C5 7C

RGB Percentages of Color #f1c57c

%42.88
%35.05
%22.06

CMYK Percentages of Color #f1c57c

%0
%18
%49
%5

Triadic Colors of #f1c57c

#f1c57c #7cf1c5 #c57cf1

Analogous Colors of #f1c57c

#f1c57c #e3f17c #f18b7c

Monochromatic Colors of #f1c57c

#f1c57c

Complementary Color

#f1c57c #7ca8f1

#f1c57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1c57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1c57c Color CSS Codes

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

#f1c57c Text Font Color

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

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


#f1c57c Background Color

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

This div background color is #f1c57c


#f1c57c Border Color

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

This div border color is #f1c57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1c57c


Comments

No comments written yet.

Please login to write comment.