Color Hex Logo

#fed377 Color Hex

#FED377
(254,211,119)
0 Favorites   0 Comments

Color spaces of #fed377

RGB 254211119
HSL0.110.990.73
HSV41°53°100°
CMYK 0.000.170.53   0.00
XYZ67.497168.991327.2119
Yxy68.99130.41230.4214
Hunter Lab83.0610-0.303938.7185
CIE-Lab86.49974.277150.7452

#fed377 color RGB value is (254,211,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01110111
Octal 376 323 167
Decimal 254 211 119
Hex FE D3 77

RGB Percentages of Color #fed377

%43.49
%36.13
%20.38

CMYK Percentages of Color #fed377

%0
%17
%53
%0

Triadic Colors of #fed377

#fed377 #77fed3 #d377fe

Analogous Colors of #fed377

#fed377 #e6fe77 #fe9077

Monochromatic Colors of #fed377

#fed377

Complementary Color

#fed377 #77a2fe

#fed377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed377 Color CSS Codes

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

#fed377 Text Font Color

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

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


#fed377 Background Color

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

This div background color is #fed377


#fed377 Border Color

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

This div border color is #fed377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed377


Comments

No comments written yet.

Please login to write comment.