Color Hex Logo

#fda97d Color Hex

#FDA97D
(253,169,125)
0 Favorites   0 Comments

Color spaces of #fda97d

RGB 253169125
HSL0.060.970.74
HSV21°51°99°
CMYK 0.000.330.51   0.01
XYZ58.397750.739226.1178
Yxy50.73920.43180.3751
Hunter Lab71.231521.684728.1227
CIE-Lab76.520826.269035.2516

#fda97d color RGB value is (253,169,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 01111101
Octal 375 251 175
Decimal 253 169 125
Hex FD A9 7D

RGB Percentages of Color #fda97d

%46.25
%30.90
%22.85

CMYK Percentages of Color #fda97d

%0
%33
%51
%1

Triadic Colors of #fda97d

#fda97d #7dfda9 #a97dfd

Analogous Colors of #fda97d

#fda97d #fde97d #fd7d91

Monochromatic Colors of #fda97d

#fda97d

Complementary Color

#fda97d #7dd1fd

#fda97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda97d Color CSS Codes

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

#fda97d Text Font Color

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

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


#fda97d Background Color

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

This div background color is #fda97d


#fda97d Border Color

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

This div border color is #fda97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda97d


Comments

No comments written yet.

Please login to write comment.