Color Hex Logo

#fdd74e Color Hex

#FDD74E
(253,215,78)
0 Favorites   0 Comments

Color spaces of #fdd74e

RGB 25321578
HSL0.130.980.65
HSV47°69°99°
CMYK 0.000.150.69   0.01
XYZ66.183670.033617.2373
Yxy70.03360.43130.4564
Hunter Lab83.6861-5.282946.3680
CIE-Lab87.0133-0.849369.4161

#fdd74e color RGB value is (253,215,78).

#fdd74e hex color red value is 253, green value is 215 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fdd74e hue: 0.13 , saturation: 0.98 and the lightness value of fdd74e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 01001110
Octal 375 327 116
Decimal 253 215 78
Hex FD D7 4E

RGB Percentages of Color #fdd74e

%46.34
%39.38
%14.29

CMYK Percentages of Color #fdd74e

%0
%15
%69
%1

Triadic Colors of #fdd74e

#fdd74e #4efdd7 #d74efd

Analogous Colors of #fdd74e

#fdd74e #ccfd4e #fd804e

Monochromatic Colors of #fdd74e

#fdd74e

Complementary Color

#fdd74e #4e74fd

#fdd74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd74e Color CSS Codes

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

#fdd74e Text Font Color

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

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


#fdd74e Background Color

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

This div background color is #fdd74e


#fdd74e Border Color

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

This div border color is #fdd74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd74e


Comments

No comments written yet.

Please login to write comment.