Color Hex Logo

#fdc07e Color Hex

#FDC07E
(253,192,126)
0 Favorites   0 Comments

Color spaces of #fdc07e

RGB 253192126
HSL0.090.970.74
HSV31°50°99°
CMYK 0.000.240.50   0.01
XYZ63.123560.088328.0099
Yxy60.08830.41740.3974
Hunter Lab77.51669.702332.8378
CIE-Lab81.886214.312341.5712

#fdc07e color RGB value is (253,192,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 01111110
Octal 375 300 176
Decimal 253 192 126
Hex FD C0 7E

RGB Percentages of Color #fdc07e

%44.31
%33.63
%22.07

CMYK Percentages of Color #fdc07e

%0
%24
%50
%1

Triadic Colors of #fdc07e

#fdc07e #7efdc0 #c07efd

Analogous Colors of #fdc07e

#fdc07e #fbfd7e #fd817e

Monochromatic Colors of #fdc07e

#fdc07e

Complementary Color

#fdc07e #7ebbfd

#fdc07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc07e Color CSS Codes

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

#fdc07e Text Font Color

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

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


#fdc07e Background Color

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

This div background color is #fdc07e


#fdc07e Border Color

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

This div border color is #fdc07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc07e


Comments

No comments written yet.

Please login to write comment.