Color Hex Logo

#fdf474 Color Hex

#FDF474
(253,244,116)
0 Favorites   0 Comments

Color spaces of #fdf474

RGB 253244116
HSL0.160.970.72
HSV56°54°99°
CMYK 0.000.040.54   0.01
XYZ76.011186.845029.2795
Yxy86.84500.39560.4520
Hunter Lab93.1907-17.489946.6052
CIE-Lab94.6725-12.931561.7230

#fdf474 color RGB value is (253,244,116).

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

The process color (four color CMYK) of #fdf474 color hex is 0.00, 0.04, 0.54, 0.01. Web safe color of #fdf474 is #ffff66. Color #fdf474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110100 01110100
Octal 375 364 164
Decimal 253 244 116
Hex FD F4 74

RGB Percentages of Color #fdf474

%41.27
%39.80
%18.92

CMYK Percentages of Color #fdf474

%0
%4
%54
%1

Triadic Colors of #fdf474

#fdf474 #74fdf4 #f474fd

Analogous Colors of #fdf474

#fdf474 #c2fd74 #fdb074

Monochromatic Colors of #fdf474

#fdf474

Complementary Color

#fdf474 #747dfd

#fdf474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf474 Color CSS Codes

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

#fdf474 Text Font Color

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

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


#fdf474 Background Color

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

This div background color is #fdf474


#fdf474 Border Color

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

This div border color is #fdf474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf474

Related Colors


Comments

No comments written yet.

Please login to write comment.