Color Hex Logo

#feb677 Color Hex

#FEB677
(254,182,119)
0 Favorites   0 Comments

Color spaces of #feb677

RGB 254182119
HSL0.080.990.73
HSV28°53°100°
CMYK 0.000.280.53   0.00
XYZ60.930855.858625.0232
Yxy55.85860.42970.3939
Hunter Lab74.738614.729932.4662
CIE-Lab79.533319.343342.2065

#feb677 color RGB value is (254,182,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01110111
Octal 376 266 167
Decimal 254 182 119
Hex FE B6 77

RGB Percentages of Color #feb677

%45.77
%32.79
%21.44

CMYK Percentages of Color #feb677

%0
%28
%53
%0

Triadic Colors of #feb677

#feb677 #77feb6 #b677fe

Analogous Colors of #feb677

#feb677 #fefa77 #fe777c

Monochromatic Colors of #feb677

#feb677

Complementary Color

#feb677 #77bffe

#feb677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb677 Color CSS Codes

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

#feb677 Text Font Color

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

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


#feb677 Background Color

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

This div background color is #feb677


#feb677 Border Color

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

This div border color is #feb677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb677

Related Colors


Comments

No comments written yet.

Please login to write comment.