Color Hex Logo

#fda17d Color Hex

#FDA17D
(253,161,125)
0 Favorites   0 Comments

Color spaces of #fda17d

RGB 253161125
HSL0.050.970.74
HSV17°51°99°
CMYK 0.000.360.51   0.01
XYZ56.954647.853125.6368
Yxy47.85310.43660.3668
Hunter Lab69.175925.906526.4501
CIE-Lab74.732230.447832.9355

#fda17d color RGB value is (253,161,125).

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

The process color (four color CMYK) of #fda17d color hex is 0.00, 0.36, 0.51, 0.01. Web safe color of #fda17d is #ff9966. Color #fda17d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 01111101
Octal 375 241 175
Decimal 253 161 125
Hex FD A1 7D

RGB Percentages of Color #fda17d

%46.94
%29.87
%23.19

CMYK Percentages of Color #fda17d

%0
%36
%51
%1

Triadic Colors of #fda17d

#fda17d #7dfda1 #a17dfd

Analogous Colors of #fda17d

#fda17d #fde17d #fd7d99

Monochromatic Colors of #fda17d

#fda17d

Complementary Color

#fda17d #7dd9fd

#fda17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda17d Color CSS Codes

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

#fda17d Text Font Color

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

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


#fda17d Background Color

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

This div background color is #fda17d


#fda17d Border Color

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

This div border color is #fda17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda17d


Comments

No comments written yet.

Please login to write comment.