Color Hex Logo

#fddb7d Color Hex

#FDDB7D
(253,219,125)
0 Favorites   0 Comments

Color spaces of #fddb7d

RGB 253219125
HSL0.120.970.74
HSV44°51°99°
CMYK 0.000.130.51   0.01
XYZ69.541273.026429.8323
Yxy73.02640.40340.4236
Hunter Lab85.4555-4.289039.1208
CIE-Lab88.46030.284850.2051

#fddb7d color RGB value is (253,219,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 01111101
Octal 375 333 175
Decimal 253 219 125
Hex FD DB 7D

RGB Percentages of Color #fddb7d

%42.38
%36.68
%20.94

CMYK Percentages of Color #fddb7d

%0
%13
%51
%1

Triadic Colors of #fddb7d

#fddb7d #7dfddb #db7dfd

Analogous Colors of #fddb7d

#fddb7d #dffd7d #fd9b7d

Monochromatic Colors of #fddb7d

#fddb7d

Complementary Color

#fddb7d #7d9ffd

#fddb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddb7d Color CSS Codes

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

#fddb7d Text Font Color

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

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


#fddb7d Background Color

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

This div background color is #fddb7d


#fddb7d Border Color

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

This div border color is #fddb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddb7d

Related Colors


Comments

No comments written yet.

Please login to write comment.