Color Hex Logo

#feb778 Color Hex

#FEB778
(254,183,120)
0 Favorites   0 Comments

Color spaces of #feb778

RGB 254183120
HSL0.080.990.73
HSV28°53°100°
CMYK 0.000.280.53   0.00
XYZ61.196756.293925.4097
Yxy56.29390.42820.3939
Hunter Lab75.029314.290132.4411
CIE-Lab79.780818.902642.0057

#feb778 color RGB value is (254,183,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 01111000
Octal 376 267 170
Decimal 254 183 120
Hex FE B7 78

RGB Percentages of Color #feb778

%45.60
%32.85
%21.54

CMYK Percentages of Color #feb778

%0
%28
%53
%0

Triadic Colors of #feb778

#feb778 #78feb7 #b778fe

Analogous Colors of #feb778

#feb778 #fefa78 #fe787c

Monochromatic Colors of #feb778

#feb778

Complementary Color

#feb778 #78bffe

#feb778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb778 Color CSS Codes

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

#feb778 Text Font Color

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

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


#feb778 Background Color

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

This div background color is #feb778


#feb778 Border Color

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

This div border color is #feb778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb778


Comments

No comments written yet.

Please login to write comment.