Color Hex Logo

#f1ea4d Color Hex

#F1EA4D
(241,234,77)
0 Favorites   0 Comments

Color spaces of #f1ea4d

RGB 24123477
HSL0.160.850.62
HSV57°68°95°
CMYK 0.000.030.68   0.05
XYZ67.038078.082218.5593
Yxy78.08220.40960.4770
Hunter Lab88.3641-19.217149.4021
CIE-Lab90.8174-15.347273.2767

#f1ea4d color RGB value is (241,234,77).

#f1ea4d hex color red value is 241, green value is 234 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f1ea4d hue: 0.16 , saturation: 0.85 and the lightness value of f1ea4d is 0.62.

The process color (four color CMYK) of #f1ea4d color hex is 0.00, 0.03, 0.68, 0.05. Web safe color of #f1ea4d is #ffff66. Color #f1ea4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101010 01001101
Octal 361 352 115
Decimal 241 234 77
Hex F1 EA 4D

RGB Percentages of Color #f1ea4d

%43.66
%42.39
%13.95

CMYK Percentages of Color #f1ea4d

%0
%3
%68
%5

Triadic Colors of #f1ea4d

#f1ea4d #4df1ea #ea4df1

Analogous Colors of #f1ea4d

#f1ea4d #a6f14d #f1984d

Monochromatic Colors of #f1ea4d

#f1ea4d

Complementary Color

#f1ea4d #4d54f1

#f1ea4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ea4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ea4d Color CSS Codes

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

#f1ea4d Text Font Color

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

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


#f1ea4d Background Color

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

This div background color is #f1ea4d


#f1ea4d Border Color

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

This div border color is #f1ea4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ea4d


Comments

No comments written yet.

Please login to write comment.