Color Hex Logo

#feaf78 Color Hex

#FEAF78
(254,175,120)
0 Favorites   0 Comments

Color spaces of #feaf78

RGB 254175120
HSL0.070.990.73
HSV25°53°100°
CMYK 0.000.310.53   0.00
XYZ59.593253.086824.8752
Yxy53.08680.43320.3859
Hunter Lab72.860718.490030.7604
CIE-Lab77.926223.092139.6777

#feaf78 color RGB value is (254,175,120).

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

The process color (four color CMYK) of #feaf78 color hex is 0.00, 0.31, 0.53, 0.00. Web safe color of #feaf78 is #ff9966. Color #feaf78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 01111000
Octal 376 257 170
Decimal 254 175 120
Hex FE AF 78

RGB Percentages of Color #feaf78

%46.27
%31.88
%21.86

CMYK Percentages of Color #feaf78

%0
%31
%53
%0

Triadic Colors of #feaf78

#feaf78 #78feaf #af78fe

Analogous Colors of #feaf78

#feaf78 #fef278 #fe7884

Monochromatic Colors of #feaf78

#feaf78

Complementary Color

#feaf78 #78c7fe

#feaf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf78 Color CSS Codes

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

#feaf78 Text Font Color

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

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


#feaf78 Background Color

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

This div background color is #feaf78


#feaf78 Border Color

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

This div border color is #feaf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf78


Comments

No comments written yet.

Please login to write comment.