Color Hex Logo

#fdf17a Color Hex

#FDF17A
(253,241,122)
0 Favorites   0 Comments

Color spaces of #fdf17a

RGB 253241122
HSL0.150.970.74
HSV55°52°99°
CMYK 0.000.050.52   0.01
XYZ75.476285.198430.8793
Yxy85.19840.39400.4448
Hunter Lab92.3030-15.570744.7770
CIE-Lab93.9685-10.988658.1998

#fdf17a color RGB value is (253,241,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 01111010
Octal 375 361 172
Decimal 253 241 122
Hex FD F1 7A

RGB Percentages of Color #fdf17a

%41.07
%39.12
%19.81

CMYK Percentages of Color #fdf17a

%0
%5
%52
%1

Triadic Colors of #fdf17a

#fdf17a #7afdf1 #f17afd

Analogous Colors of #fdf17a

#fdf17a #c8fd7a #fdb07a

Monochromatic Colors of #fdf17a

#fdf17a

Complementary Color

#fdf17a #7a86fd

#fdf17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf17a Color CSS Codes

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

#fdf17a Text Font Color

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

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


#fdf17a Background Color

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

This div background color is #fdf17a


#fdf17a Border Color

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

This div border color is #fdf17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf17a


Comments

No comments written yet.

Please login to write comment.