Color Hex Logo

#fda774 Color Hex

#FDA774
(253,167,116)
0 Favorites   0 Comments

Color spaces of #fda774

RGB 253167116
HSL0.060.970.72
HSV22°54°99°
CMYK 0.000.340.54   0.01
XYZ57.479149.781023.1022
Yxy49.78100.44090.3819
Hunter Lab70.555721.945029.9755
CIE-Lab75.934626.554939.2206

#fda774 color RGB value is (253,167,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 01110100
Octal 375 247 164
Decimal 253 167 116
Hex FD A7 74

RGB Percentages of Color #fda774

%47.20
%31.16
%21.64

CMYK Percentages of Color #fda774

%0
%34
%54
%1

Triadic Colors of #fda774

#fda774 #74fda7 #a774fd

Analogous Colors of #fda774

#fda774 #fdec74 #fd7486

Monochromatic Colors of #fda774

#fda774

Complementary Color

#fda774 #74cafd

#fda774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda774 Color CSS Codes

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

#fda774 Text Font Color

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

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


#fda774 Background Color

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

This div background color is #fda774


#fda774 Border Color

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

This div border color is #fda774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda774


Comments

No comments written yet.

Please login to write comment.