Color Hex Logo

#febf78 Color Hex

#FEBF78
(254,191,120)
0 Favorites   0 Comments

Color spaces of #febf78

RGB 254191120
HSL0.090.990.73
HSV32°53°100°
CMYK 0.000.250.53   0.00
XYZ62.894059.688525.9755
Yxy59.68850.42340.4018
Hunter Lab77.258310.110134.1466
CIE-Lab81.668614.720844.3533

#febf78 color RGB value is (254,191,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01111000
Octal 376 277 170
Decimal 254 191 120
Hex FE BF 78

RGB Percentages of Color #febf78

%44.96
%33.81
%21.24

CMYK Percentages of Color #febf78

%0
%25
%53
%0

Triadic Colors of #febf78

#febf78 #78febf #bf78fe

Analogous Colors of #febf78

#febf78 #fafe78 #fe7c78

Monochromatic Colors of #febf78

#febf78

Complementary Color

#febf78 #78b7fe

#febf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf78 Color CSS Codes

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

#febf78 Text Font Color

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

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


#febf78 Background Color

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

This div background color is #febf78


#febf78 Border Color

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

This div border color is #febf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf78


Comments

No comments written yet.

Please login to write comment.