Color Hex Logo

#fddd7e Color Hex

#FDDD7E
(253,221,126)
0 Favorites   0 Comments

Color spaces of #fddd7e

RGB 253221126
HSL0.120.970.74
HSV45°50°99°
CMYK 0.000.130.50   0.01
XYZ70.130474.101930.3455
Yxy74.10190.40170.4245
Hunter Lab86.0825-5.222439.3570
CIE-Lab88.9706-0.646050.3443

#fddd7e color RGB value is (253,221,126).

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

The process color (four color CMYK) of #fddd7e color hex is 0.00, 0.13, 0.50, 0.01. Web safe color of #fddd7e is #ffcc66. Color #fddd7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 01111110
Octal 375 335 176
Decimal 253 221 126
Hex FD DD 7E

RGB Percentages of Color #fddd7e

%42.17
%36.83
%21.00

CMYK Percentages of Color #fddd7e

%0
%13
%50
%1

Triadic Colors of #fddd7e

#fddd7e #7efddd #dd7efd

Analogous Colors of #fddd7e

#fddd7e #defd7e #fd9e7e

Monochromatic Colors of #fddd7e

#fddd7e

Complementary Color

#fddd7e #7e9efd

#fddd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd7e Color CSS Codes

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

#fddd7e Text Font Color

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

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


#fddd7e Background Color

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

This div background color is #fddd7e


#fddd7e Border Color

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

This div border color is #fddd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd7e

Related Colors


Comments

No comments written yet.

Please login to write comment.