Color Hex Logo

#feb878 Color Hex

#FEB878
(254,184,120)
0 Favorites   0 Comments

Color spaces of #feb878

RGB 254184120
HSL0.080.990.73
HSV29°53°100°
CMYK 0.000.280.53   0.00
XYZ61.403756.707925.4787
Yxy56.70790.42760.3949
Hunter Lab75.304613.766532.6530
CIE-Lab80.015018.379342.2982

#feb878 color RGB value is (254,184,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 01111000
Octal 376 270 170
Decimal 254 184 120
Hex FE B8 78

RGB Percentages of Color #feb878

%45.52
%32.97
%21.51

CMYK Percentages of Color #feb878

%0
%28
%53
%0

Triadic Colors of #feb878

#feb878 #78feb8 #b878fe

Analogous Colors of #feb878

#feb878 #fefb78 #fe787b

Monochromatic Colors of #feb878

#feb878

Complementary Color

#feb878 #78befe

#feb878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb878 Color CSS Codes

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

#feb878 Text Font Color

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

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


#feb878 Background Color

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

This div background color is #feb878


#feb878 Border Color

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

This div border color is #feb878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb878


Comments

No comments written yet.

Please login to write comment.