Color Hex Logo

#fdd774 Color Hex

#FDD774
(253,215,116)
0 Favorites   0 Comments

Color spaces of #fdd774

RGB 253215116
HSL0.120.970.72
HSV43°54°99°
CMYK 0.000.150.54   0.01
XYZ67.960870.744526.5961
Yxy70.74450.41110.4280
Hunter Lab84.1097-2.963840.1289
CIE-Lab87.36071.585153.1872

#fdd774 color RGB value is (253,215,116).

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

The process color (four color CMYK) of #fdd774 color hex is 0.00, 0.15, 0.54, 0.01. Web safe color of #fdd774 is #ffcc66. Color #fdd774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 01110100
Octal 375 327 164
Decimal 253 215 116
Hex FD D7 74

RGB Percentages of Color #fdd774

%43.32
%36.82
%19.86

CMYK Percentages of Color #fdd774

%0
%15
%54
%1

Triadic Colors of #fdd774

#fdd774 #74fdd7 #d774fd

Analogous Colors of #fdd774

#fdd774 #dffd74 #fd9374

Monochromatic Colors of #fdd774

#fdd774

Complementary Color

#fdd774 #749afd

#fdd774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd774 Color CSS Codes

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

#fdd774 Text Font Color

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

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


#fdd774 Background Color

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

This div background color is #fdd774


#fdd774 Border Color

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

This div border color is #fdd774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd774

Related Colors

#fdd774 Color Palettes


Comments

No comments written yet.

Please login to write comment.