Color Hex Logo

#fdf400 Color Hex

#FDF400
(253,244,0)
0 Favorites   0 Comments

Color spaces of #fdf400

RGB 2532440
HSL0.161.000.50
HSV58°100°99°
CMYK 0.000.041.00   0.01
XYZ72.858785.584012.6793
Yxy85.58400.42580.5001
Hunter Lab92.5116-21.315456.6321
CIE-Lab94.1342-17.118192.2209

#fdf400 color RGB value is (253,244,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110100 00000000
Octal 375 364 0
Decimal 253 244 0
Hex FD F4 0

RGB Percentages of Color #fdf400

%50.91
%49.09
%0.00

CMYK Percentages of Color #fdf400

%0
%4
%100
%1

Triadic Colors of #fdf400

#fdf400 #00fdf4 #f400fd

Analogous Colors of #fdf400

#fdf400 #88fd00 #fd7600

Monochromatic Colors of #fdf400

#fdf400

Complementary Color

#fdf400 #0009fd

#fdf400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf400 Color CSS Codes

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

#fdf400 Text Font Color

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

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


#fdf400 Background Color

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

This div background color is #fdf400


#fdf400 Border Color

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

This div border color is #fdf400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf400

Related Colors


Comments

No comments written yet.

Please login to write comment.