Color Hex Logo

#fed78f Color Hex

#FED78F
(254,215,143)
0 Favorites   0 Comments

Color spaces of #fed78f

RGB 254215143
HSL0.110.980.78
HSV39°44°100°
CMYK 0.000.150.44   0.00
XYZ70.131471.654936.1211
Yxy71.65490.39420.4028
Hunter Lab84.6492-0.249933.9545
CIE-Lab87.80224.392440.5181

#fed78f color RGB value is (254,215,143).

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

The process color (four color CMYK) of #fed78f color hex is 0.00, 0.15, 0.44, 0.00. Web safe color of #fed78f is #ffcc99. Color #fed78f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 10001111
Octal 376 327 217
Decimal 254 215 143
Hex FE D7 8F

RGB Percentages of Color #fed78f

%41.50
%35.13
%23.37

CMYK Percentages of Color #fed78f

%0
%15
%44
%0

Triadic Colors of #fed78f

#fed78f #8ffed7 #d78ffe

Analogous Colors of #fed78f

#fed78f #eefe8f #fea08f

Monochromatic Colors of #fed78f

#fed78f

Complementary Color

#fed78f #8fb6fe

#fed78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed78f Color CSS Codes

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

#fed78f Text Font Color

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

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


#fed78f Background Color

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

This div background color is #fed78f


#fed78f Border Color

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

This div border color is #fed78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed78f

Related Colors


Comments

No comments written yet.

Please login to write comment.