Color Hex Logo

#fedb78 Color Hex

#FEDB78
(254,219,120)
0 Favorites   0 Comments

Color spaces of #fedb78

RGB 254219120
HSL0.120.990.73
HSV44°53°100°
CMYK 0.000.140.53   0.00
XYZ69.594773.089928.2090
Yxy73.08990.40720.4277
Hunter Lab85.4926-4.305440.2816
CIE-Lab88.49060.269952.6574

#fedb78 color RGB value is (254,219,120).

#fedb78 hex color red value is 254, green value is 219 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fedb78 hue: 0.12 , saturation: 0.99 and the lightness value of fedb78 is 0.73.

The process color (four color CMYK) of #fedb78 color hex is 0.00, 0.14, 0.53, 0.00. Web safe color of #fedb78 is #ffcc66. Color #fedb78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01111000
Octal 376 333 170
Decimal 254 219 120
Hex FE DB 78

RGB Percentages of Color #fedb78

%42.83
%36.93
%20.24

CMYK Percentages of Color #fedb78

%0
%14
%53
%0

Triadic Colors of #fedb78

#fedb78 #78fedb #db78fe

Analogous Colors of #fedb78

#fedb78 #defe78 #fe9878

Monochromatic Colors of #fedb78

#fedb78

Complementary Color

#fedb78 #789bfe

#fedb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb78 Color CSS Codes

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

#fedb78 Text Font Color

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

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


#fedb78 Background Color

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

This div background color is #fedb78


#fedb78 Border Color

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

This div border color is #fedb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb78

Related Colors


Comments

No comments written yet.

Please login to write comment.