Color Hex Logo

#fdf17f Color Hex

#FDF17F
(253,241,127)
0 Favorites   0 Comments

Color spaces of #fdf17f

RGB 253241127
HSL0.150.970.75
HSV54°50°99°
CMYK 0.000.050.50   0.01
XYZ75.794185.325532.5534
Yxy85.32550.39140.4406
Hunter Lab92.3718-15.185543.7655
CIE-Lab94.0232-10.575055.9611

#fdf17f color RGB value is (253,241,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 01111111
Octal 375 361 177
Decimal 253 241 127
Hex FD F1 7F

RGB Percentages of Color #fdf17f

%40.74
%38.81
%20.45

CMYK Percentages of Color #fdf17f

%0
%5
%50
%1

Triadic Colors of #fdf17f

#fdf17f #7ffdf1 #f17ffd

Analogous Colors of #fdf17f

#fdf17f #cafd7f #fdb27f

Monochromatic Colors of #fdf17f

#fdf17f

Complementary Color

#fdf17f #7f8bfd

#fdf17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf17f Color CSS Codes

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

#fdf17f Text Font Color

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

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


#fdf17f Background Color

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

This div background color is #fdf17f


#fdf17f Border Color

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

This div border color is #fdf17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf17f

#fdf17f Color Palettes


Comments

No comments written yet.

Please login to write comment.