color codes Logo

#f1f80b color codes

#F1F80B
(241,248,11)
0 Favorites   0 Comments

Color spaces of #f1f80b

RGB 24124811
HSL0.170.940.51
HSV62°96°97°
CMYK 0.030.000.96   0.03
XYZ69.903485.859713.2049
Yxy85.85970.41370.5081
Hunter Lab92.6605-27.494956.4130
CIE-Lab94.2523-23.900091.0933

#f1f80b color RGB value is (241,248,11).

#f1f80b hex color red value is 241, green value is 248 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f1f80b hue: 0.17 , saturation: 0.94 and the lightness value of f1f80b is 0.51.

The process color (four color CMYK) of #f1f80b color code is 0.03, 0.00, 0.96, 0.03. Web safe color of #f1f80b is #ffff00. Color #f1f80b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111000 00001011
Octal 361 370 13
Decimal 241 248 11
Hex F1 F8 B

RGB Percentages of Color #f1f80b

%48.20
%49.60
%2.20

CMYK Percentages of Color #f1f80b

%3
%0
%96
%3

Triadic Colors of #f1f80b

#f1f80b #0bf1f8 #f80bf1

Analogous Colors of #f1f80b

#f1f80b #7bf80b #f8890b

Monochromatic Colors of #f1f80b

#f1f80b

Complementary Color

#f1f80b #120bf8

#f1f80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1f80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1f80b Color CSS Codes

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

#f1f80b Text Font Color

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

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


#f1f80b Background Color

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

This div background color is #f1f80b


#f1f80b Border Color

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

This div border color is #f1f80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1f80b


Comments

No comments written yet.

Please login to write comment.