Color Hex Logo

#fffd00 Color Hex

#FFFD00
(255,253,0)
0 Favorites   0 Comments

Color spaces of #fffd00

RGB 2552530
HSL0.171.000.50
HSV60°100°100°
CMYK 0.000.011.00   0.00
XYZ76.365391.510613.6384
Yxy91.51060.42070.5042
Hunter Lab95.6612-24.912458.5099
CIE-Lab96.6199-20.605994.1036

#fffd00 color RGB value is (255,253,0).

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

The process color (four color CMYK) of #fffd00 color hex is 0.00, 0.01, 1.00, 0.00. Web safe color of #fffd00 is #ffff00. Color #fffd00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 00000000
Octal 377 375 0
Decimal 255 253 0
Hex FF FD 0

RGB Percentages of Color #fffd00

%50.20
%49.80
%0.00

CMYK Percentages of Color #fffd00

%0
%1
%100
%0

Triadic Colors of #fffd00

#fffd00 #00fffd #fd00ff

Analogous Colors of #fffd00

#fffd00 #82ff00 #ff7e00

Monochromatic Colors of #fffd00

#fffd00

Complementary Color

#fffd00 #0002ff

#fffd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffd00 Color CSS Codes

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

#fffd00 Text Font Color

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

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


#fffd00 Background Color

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

This div background color is #fffd00


#fffd00 Border Color

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

This div border color is #fffd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffd00

Related Colors


Comments

No comments written yet.

Please login to write comment.