Color Hex Logo

#febb78 Color Hex

#FEBB78
(254,187,120)
0 Favorites   0 Comments

Color spaces of #febb78

RGB 254187120
HSL0.080.990.73
HSV30°53°100°
CMYK 0.000.260.53   0.00
XYZ62.033557.967525.6886
Yxy57.96750.42580.3979
Hunter Lab76.136412.197433.2909
CIE-Lab80.720716.810243.1774

#febb78 color RGB value is (254,187,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 01111000
Octal 376 273 170
Decimal 254 187 120
Hex FE BB 78

RGB Percentages of Color #febb78

%45.28
%33.33
%21.39

CMYK Percentages of Color #febb78

%0
%26
%53
%0

Triadic Colors of #febb78

#febb78 #78febb #bb78fe

Analogous Colors of #febb78

#febb78 #fefe78 #fe7878

Monochromatic Colors of #febb78

#febb78

Complementary Color

#febb78 #78bbfe

#febb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb78 Color CSS Codes

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

#febb78 Text Font Color

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

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


#febb78 Background Color

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

This div background color is #febb78


#febb78 Border Color

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

This div border color is #febb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb78

Related Colors


Comments

No comments written yet.

Please login to write comment.