Color Hex Logo

#fda48d Color Hex

#FDA48D
(253,164,141)
2 Favorites   0 Comments

Color spaces of #fda48d

RGB 253164141
HSL0.030.970.77
HSV12°44°99°
CMYK 0.000.350.44   0.01
XYZ58.591249.356731.6380
Yxy49.35670.41980.3536
Hunter Lab70.254325.921622.4776
CIE-Lab75.672730.393425.5878

#fda48d color RGB value is (253,164,141).

#fda48d hex color red value is 253, green value is 164 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fda48d hue: 0.03 , saturation: 0.97 and the lightness value of fda48d is 0.77.

The process color (four color CMYK) of #fda48d color hex is 0.00, 0.35, 0.44, 0.01. Web safe color of #fda48d is #ff9999. Color #fda48d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 10001101
Octal 375 244 215
Decimal 253 164 141
Hex FD A4 8D

RGB Percentages of Color #fda48d

%45.34
%29.39
%25.27

CMYK Percentages of Color #fda48d

%0
%35
%44
%1

Triadic Colors of #fda48d

#fda48d #8dfda4 #a48dfd

Analogous Colors of #fda48d

#fda48d #fddc8d #fd8dae

Monochromatic Colors of #fda48d

#fda48d

Complementary Color

#fda48d #8de6fd

#fda48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda48d Color CSS Codes

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

#fda48d Text Font Color

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

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


#fda48d Background Color

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

This div background color is #fda48d


#fda48d Border Color

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

This div border color is #fda48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda48d


Comments

No comments written yet.

Please login to write comment.