Color Hex Logo

#feda77 Color Hex

#FEDA77
(254,218,119)
0 Favorites   0 Comments

Color spaces of #feda77

RGB 254218119
HSL0.120.990.73
HSV44°53°100°
CMYK 0.000.140.53   0.00
XYZ69.274272.545527.8043
Yxy72.54550.40840.4277
Hunter Lab85.1736-3.874640.2668
CIE-Lab88.23050.698052.8217

#feda77 color RGB value is (254,218,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 01110111
Octal 376 332 167
Decimal 254 218 119
Hex FE DA 77

RGB Percentages of Color #feda77

%42.98
%36.89
%20.14

CMYK Percentages of Color #feda77

%0
%14
%53
%0

Triadic Colors of #feda77

#feda77 #77feda #da77fe

Analogous Colors of #feda77

#feda77 #dffe77 #fe9777

Monochromatic Colors of #feda77

#feda77

Complementary Color

#feda77 #779bfe

#feda77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda77 Color CSS Codes

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

#feda77 Text Font Color

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

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


#feda77 Background Color

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

This div background color is #feda77


#feda77 Border Color

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

This div border color is #feda77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda77

Related Colors


Comments

No comments written yet.

Please login to write comment.