Color Hex Logo

#fff13b Color Hex

#FFF13B
(255,241,59)
0 Favorites   0 Comments

Color spaces of #fff13b

RGB 25524159
HSL0.151.000.62
HSV56°77°100°
CMYK 0.000.050.77   0.00
XYZ73.484784.486416.5721
Yxy84.48640.42100.4840
Hunter Lab91.9165-18.148053.6518
CIE-Lab93.6614-13.773282.2882

#fff13b color RGB value is (255,241,59).

#fff13b hex color red value is 255, green value is 241 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fff13b hue: 0.15 , saturation: 1.00 and the lightness value of fff13b is 0.62.

The process color (four color CMYK) of #fff13b color hex is 0.00, 0.05, 0.77, 0.00. Web safe color of #fff13b is #ffff33. Color #fff13b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110001 00111011
Octal 377 361 73
Decimal 255 241 59
Hex FF F1 3B

RGB Percentages of Color #fff13b

%45.95
%43.42
%10.63

CMYK Percentages of Color #fff13b

%0
%5
%77
%0

Triadic Colors of #fff13b

#fff13b #3bfff1 #f13bff

Analogous Colors of #fff13b

#fff13b #abff3b #ff8f3b

Monochromatic Colors of #fff13b

#fff13b

Complementary Color

#fff13b #3b49ff

#fff13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff13b Color CSS Codes

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

#fff13b Text Font Color

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

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


#fff13b Background Color

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

This div background color is #fff13b


#fff13b Border Color

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

This div border color is #fff13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff13b

Related Colors


Comments

No comments written yet.

Please login to write comment.