Color Hex Logo

#fffd01 Color Hex

#FFFD01
(255,253,1)
0 Favorites   0 Comments

Color spaces of #fffd01

RGB 2552531
HSL0.171.000.50
HSV60°100°100°
CMYK 0.000.011.00   0.00
XYZ76.370891.512813.6673
Yxy91.51280.42070.5041
Hunter Lab95.6623-24.905958.4928
CIE-Lab96.6208-20.598694.0346

#fffd01 color RGB value is (255,253,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 00000001
Octal 377 375 1
Decimal 255 253 1
Hex FF FD 1

RGB Percentages of Color #fffd01

%50.10
%49.71
%0.20

CMYK Percentages of Color #fffd01

%0
%1
%100
%0

Triadic Colors of #fffd01

#fffd01 #01fffd #fd01ff

Analogous Colors of #fffd01

#fffd01 #82ff01 #ff7e01

Monochromatic Colors of #fffd01

#fffd01

Complementary Color

#fffd01 #0103ff

#fffd01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffd01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffd01 Color CSS Codes

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

#fffd01 Text Font Color

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

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


#fffd01 Background Color

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

This div background color is #fffd01


#fffd01 Border Color

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

This div border color is #fffd01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffd01

Related Colors

#fffd01 Color Palettes


Comments

No comments written yet.

Please login to write comment.