Color Hex Logo

#fed677 Color Hex

#FED677
(254,214,119)
0 Favorites   0 Comments

Color spaces of #fed677

RGB 254214119
HSL0.120.990.73
HSV42°53°100°
CMYK 0.000.160.53   0.00
XYZ68.249470.495927.4627
Yxy70.49590.41060.4241
Hunter Lab83.9618-1.837339.3804
CIE-Lab87.23952.739651.6349

#fed677 color RGB value is (254,214,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01110111
Octal 376 326 167
Decimal 254 214 119
Hex FE D6 77

RGB Percentages of Color #fed677

%43.27
%36.46
%20.27

CMYK Percentages of Color #fed677

%0
%16
%53
%0

Triadic Colors of #fed677

#fed677 #77fed6 #d677fe

Analogous Colors of #fed677

#fed677 #e3fe77 #fe9377

Monochromatic Colors of #fed677

#fed677

Complementary Color

#fed677 #779ffe

#fed677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed677 Color CSS Codes

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

#fed677 Text Font Color

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

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


#fed677 Background Color

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

This div background color is #fed677


#fed677 Border Color

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

This div border color is #fed677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed677


Comments

No comments written yet.

Please login to write comment.