Color Hex Logo

#feb77e Color Hex

#FEB77E
(254,183,126)
0 Favorites   0 Comments

Color spaces of #feb77e

RGB 254183126
HSL0.070.980.75
HSV27°50°100°
CMYK 0.000.280.50   0.00
XYZ61.572456.444227.3883
Yxy56.44420.42350.3882
Hunter Lab75.129414.813630.9765
CIE-Lab79.866019.417239.0361

#feb77e color RGB value is (254,183,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 01111110
Octal 376 267 176
Decimal 254 183 126
Hex FE B7 7E

RGB Percentages of Color #feb77e

%45.12
%32.50
%22.38

CMYK Percentages of Color #feb77e

%0
%28
%50
%0

Triadic Colors of #feb77e

#feb77e #7efeb7 #b77efe

Analogous Colors of #feb77e

#feb77e #fef77e #fe7e85

Monochromatic Colors of #feb77e

#feb77e

Complementary Color

#feb77e #7ec5fe

#feb77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb77e Color CSS Codes

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

#feb77e Text Font Color

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

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


#feb77e Background Color

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

This div background color is #feb77e


#feb77e Border Color

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

This div border color is #feb77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb77e


Comments

No comments written yet.

Please login to write comment.