Color Hex Logo

#fdcd7d Color Hex

#FDCD7D
(253,205,125)
0 Favorites   0 Comments

Color spaces of #fdcd7d

RGB 253205125
HSL0.100.970.74
HSV38°51°99°
CMYK 0.000.190.51   0.01
XYZ66.041066.026028.6656
Yxy66.02600.41090.4108
Hunter Lab81.25642.876935.9632
CIE-Lab85.00977.468745.9717

#fdcd7d color RGB value is (253,205,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 01111101
Octal 375 315 175
Decimal 253 205 125
Hex FD CD 7D

RGB Percentages of Color #fdcd7d

%43.40
%35.16
%21.44

CMYK Percentages of Color #fdcd7d

%0
%19
%51
%1

Triadic Colors of #fdcd7d

#fdcd7d #7dfdcd #cd7dfd

Analogous Colors of #fdcd7d

#fdcd7d #edfd7d #fd8d7d

Monochromatic Colors of #fdcd7d

#fdcd7d

Complementary Color

#fdcd7d #7dadfd

#fdcd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcd7d Color CSS Codes

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

#fdcd7d Text Font Color

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

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


#fdcd7d Background Color

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

This div background color is #fdcd7d


#fdcd7d Border Color

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

This div border color is #fdcd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcd7d


Comments

No comments written yet.

Please login to write comment.