Color Hex Logo

#fda874 Color Hex

#FDA874
(253,168,116)
0 Favorites   0 Comments

Color spaces of #fda874

RGB 253168116
HSL0.060.970.72
HSV23°54°99°
CMYK 0.000.340.54   0.01
XYZ57.663050.148923.1635
Yxy50.14890.44030.3829
Hunter Lab70.815921.418830.1777
CIE-Lab76.160626.031539.5048

#fda874 color RGB value is (253,168,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 01110100
Octal 375 250 164
Decimal 253 168 116
Hex FD A8 74

RGB Percentages of Color #fda874

%47.11
%31.28
%21.60

CMYK Percentages of Color #fda874

%0
%34
%54
%1

Triadic Colors of #fda874

#fda874 #74fda8 #a874fd

Analogous Colors of #fda874

#fda874 #fded74 #fd7485

Monochromatic Colors of #fda874

#fda874

Complementary Color

#fda874 #74c9fd

#fda874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda874 Color CSS Codes

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

#fda874 Text Font Color

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

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


#fda874 Background Color

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

This div background color is #fda874


#fda874 Border Color

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

This div border color is #fda874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda874


Comments

No comments written yet.

Please login to write comment.