Color Hex Logo

#fdff0b Color Hex

#FDFF0B
(253,255,11)
0 Favorites   0 Comments

Color spaces of #fdff0b

RGB 25325511
HSL0.171.000.52
HSV60°96°100°
CMYK 0.010.000.96   0.00
XYZ76.328492.426814.1338
Yxy92.42680.41730.5054
Hunter Lab96.1389-26.524958.5807
CIE-Lab96.9945-22.295493.5523

#fdff0b color RGB value is (253,255,11).

#fdff0b hex color red value is 253, green value is 255 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fdff0b hue: 0.17 , saturation: 1.00 and the lightness value of fdff0b is 0.52.

The process color (four color CMYK) of #fdff0b color hex is 0.01, 0.00, 0.96, 0.00. Web safe color of #fdff0b is #ffff00. Color #fdff0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 00001011
Octal 375 377 13
Decimal 253 255 11
Hex FD FF B

RGB Percentages of Color #fdff0b

%48.75
%49.13
%2.12

CMYK Percentages of Color #fdff0b

%1
%0
%96
%0

Triadic Colors of #fdff0b

#fdff0b #0bfdff #ff0bfd

Analogous Colors of #fdff0b

#fdff0b #83ff0b #ff870b

Monochromatic Colors of #fdff0b

#fdff0b

Complementary Color

#fdff0b #0d0bff

#fdff0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdff0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdff0b Color CSS Codes

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

#fdff0b Text Font Color

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

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


#fdff0b Background Color

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

This div background color is #fdff0b


#fdff0b Border Color

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

This div border color is #fdff0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,255,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 #fdff0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdff0b

Related Colors


Comments

No comments written yet.

Please login to write comment.