Color Hex Logo

#fed07c Color Hex

#FED07C
(254,208,124)
0 Favorites   0 Comments

Color spaces of #fed07c

RGB 254208124
HSL0.110.980.74
HSV39°51°100°
CMYK 0.000.180.51   0.00
XYZ67.067067.637828.5894
Yxy67.63780.41070.4142
Hunter Lab82.24221.639636.9589
CIE-Lab85.82506.235947.4911

#fed07c color RGB value is (254,208,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01111100
Octal 376 320 174
Decimal 254 208 124
Hex FE D0 7C

RGB Percentages of Color #fed07c

%43.34
%35.49
%21.16

CMYK Percentages of Color #fed07c

%0
%18
%51
%0

Triadic Colors of #fed07c

#fed07c #7cfed0 #d07cfe

Analogous Colors of #fed07c

#fed07c #ebfe7c #fe8f7c

Monochromatic Colors of #fed07c

#fed07c

Complementary Color

#fed07c #7caafe

#fed07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed07c Color CSS Codes

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

#fed07c Text Font Color

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

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


#fed07c Background Color

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

This div background color is #fed07c


#fed07c Border Color

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

This div border color is #fed07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed07c


Comments

No comments written yet.

Please login to write comment.