Color Hex Logo

#fea77f Color Hex

#FEA77F
(254,167,127)
0 Favorites   0 Comments

Color spaces of #fea77f

RGB 254167127
HSL0.050.980.75
HSV19°50°100°
CMYK 0.000.340.50   0.00
XYZ58.522550.240626.6916
Yxy50.24060.43200.3709
Hunter Lab70.880623.337327.2895
CIE-Lab76.216727.882233.8240

#fea77f color RGB value is (254,167,127).

#fea77f hex color red value is 254, green value is 167 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fea77f hue: 0.05 , saturation: 0.98 and the lightness value of fea77f is 0.75.

The process color (four color CMYK) of #fea77f color hex is 0.00, 0.34, 0.50, 0.00. Web safe color of #fea77f is #ff9966. Color #fea77f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 01111111
Octal 376 247 177
Decimal 254 167 127
Hex FE A7 7F

RGB Percentages of Color #fea77f

%46.35
%30.47
%23.18

CMYK Percentages of Color #fea77f

%0
%34
%50
%0

Triadic Colors of #fea77f

#fea77f #7ffea7 #a77ffe

Analogous Colors of #fea77f

#fea77f #fee77f #fe7f97

Monochromatic Colors of #fea77f

#fea77f

Complementary Color

#fea77f #7fd6fe

#fea77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea77f Color CSS Codes

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

#fea77f Text Font Color

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

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


#fea77f Background Color

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

This div background color is #fea77f


#fea77f Border Color

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

This div border color is #fea77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea77f

Related Colors


Comments

No comments written yet.

Please login to write comment.