Color Hex Logo

#fdf174 Color Hex

#FDF174
(253,241,116)
0 Favorites   0 Comments

Color spaces of #fdf174

RGB 253241116
HSL0.150.970.72
HSV55°54°99°
CMYK 0.000.050.54   0.01
XYZ75.115785.054228.9811
Yxy85.05420.39710.4497
Hunter Lab92.2248-16.008045.9259
CIE-Lab93.9065-11.459460.8424

#fdf174 color RGB value is (253,241,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 01110100
Octal 375 361 164
Decimal 253 241 116
Hex FD F1 74

RGB Percentages of Color #fdf174

%41.48
%39.51
%19.02

CMYK Percentages of Color #fdf174

%0
%5
%54
%1

Triadic Colors of #fdf174

#fdf174 #74fdf1 #f174fd

Analogous Colors of #fdf174

#fdf174 #c5fd74 #fdad74

Monochromatic Colors of #fdf174

#fdf174

Complementary Color

#fdf174 #7480fd

#fdf174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf174 Color CSS Codes

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

#fdf174 Text Font Color

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

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


#fdf174 Background Color

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

This div background color is #fdf174


#fdf174 Border Color

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

This div border color is #fdf174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf174

Related Colors


Comments

No comments written yet.

Please login to write comment.