Color Hex Logo

#fda87d Color Hex

#FDA87D
(253,168,125)
0 Favorites   0 Comments

Color spaces of #fda87d

RGB 253168125
HSL0.060.970.74
HSV20°51°99°
CMYK 0.000.340.51   0.01
XYZ58.212350.368626.0560
Yxy50.36860.43240.3741
Hunter Lab70.970822.211827.9121
CIE-Lab76.295026.792034.9604

#fda87d color RGB value is (253,168,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 01111101
Octal 375 250 175
Decimal 253 168 125
Hex FD A8 7D

RGB Percentages of Color #fda87d

%46.34
%30.77
%22.89

CMYK Percentages of Color #fda87d

%0
%34
%51
%1

Triadic Colors of #fda87d

#fda87d #7dfda8 #a87dfd

Analogous Colors of #fda87d

#fda87d #fde87d #fd7d92

Monochromatic Colors of #fda87d

#fda87d

Complementary Color

#fda87d #7dd2fd

#fda87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda87d Color CSS Codes

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

#fda87d Text Font Color

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

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


#fda87d Background Color

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

This div background color is #fda87d


#fda87d Border Color

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

This div border color is #fda87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda87d


Comments

No comments written yet.

Please login to write comment.