Color Hex Logo

#fdd07d Color Hex

#FDD07D
(253,208,125)
0 Favorites   0 Comments

Color spaces of #fdd07d

RGB 253208125
HSL0.110.970.74
HSV39°51°99°
CMYK 0.000.180.51   0.01
XYZ66.765667.475128.9071
Yxy67.47510.40920.4136
Hunter Lab82.14321.333236.6355
CIE-Lab85.74335.920346.8776

#fdd07d color RGB value is (253,208,125).

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

The process color (four color CMYK) of #fdd07d color hex is 0.00, 0.18, 0.51, 0.01. Web safe color of #fdd07d is #ffcc66. Color #fdd07d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 01111101
Octal 375 320 175
Decimal 253 208 125
Hex FD D0 7D

RGB Percentages of Color #fdd07d

%43.17
%35.49
%21.33

CMYK Percentages of Color #fdd07d

%0
%18
%51
%1

Triadic Colors of #fdd07d

#fdd07d #7dfdd0 #d07dfd

Analogous Colors of #fdd07d

#fdd07d #eafd7d #fd907d

Monochromatic Colors of #fdd07d

#fdd07d

Complementary Color

#fdd07d #7daafd

#fdd07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd07d Color CSS Codes

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

#fdd07d Text Font Color

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

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


#fdd07d Background Color

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

This div background color is #fdd07d


#fdd07d Border Color

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

This div border color is #fdd07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd07d


Comments

No comments written yet.

Please login to write comment.