Color Hex Logo

#fda878 Color Hex

#FDA878
(253,168,120)
0 Favorites   0 Comments

Color spaces of #fda878

RGB 253168120
HSL0.060.970.73
HSV22°53°99°
CMYK 0.000.340.53   0.01
XYZ57.900850.244024.4157
Yxy50.24400.43680.3790
Hunter Lab70.883021.762529.1956
CIE-Lab76.218826.361637.4914

#fda878 color RGB value is (253,168,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 01111000
Octal 375 250 170
Decimal 253 168 120
Hex FD A8 78

RGB Percentages of Color #fda878

%46.77
%31.05
%22.18

CMYK Percentages of Color #fda878

%0
%34
%53
%1

Triadic Colors of #fda878

#fda878 #78fda8 #a878fd

Analogous Colors of #fda878

#fda878 #fdeb78 #fd788b

Monochromatic Colors of #fda878

#fda878

Complementary Color

#fda878 #78cdfd

#fda878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda878 Color CSS Codes

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

#fda878 Text Font Color

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

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


#fda878 Background Color

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

This div background color is #fda878


#fda878 Border Color

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

This div border color is #fda878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda878


Comments

No comments written yet.

Please login to write comment.