Color Hex Logo

#fdcc7e Color Hex

#FDCC7E
(253,204,126)
0 Favorites   0 Comments

Color spaces of #fdcc7e

RGB 253204126
HSL0.100.970.74
HSV37°50°99°
CMYK 0.000.190.50   0.01
XYZ65.866865.574728.9243
Yxy65.57470.41070.4089
Hunter Lab80.97823.478135.5072
CIE-Lab84.77908.073245.1895

#fdcc7e color RGB value is (253,204,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 01111110
Octal 375 314 176
Decimal 253 204 126
Hex FD CC 7E

RGB Percentages of Color #fdcc7e

%43.40
%34.99
%21.61

CMYK Percentages of Color #fdcc7e

%0
%19
%50
%1

Triadic Colors of #fdcc7e

#fdcc7e #7efdcc #cc7efd

Analogous Colors of #fdcc7e

#fdcc7e #effd7e #fd8d7e

Monochromatic Colors of #fdcc7e

#fdcc7e

Complementary Color

#fdcc7e #7eaffd

#fdcc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcc7e Color CSS Codes

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

#fdcc7e Text Font Color

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

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


#fdcc7e Background Color

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

This div background color is #fdcc7e


#fdcc7e Border Color

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

This div border color is #fdcc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcc7e

Related Colors


Comments

No comments written yet.

Please login to write comment.