Color Hex Logo

#fefb78 Color Hex

#FEFB78
(254,251,120)
0 Favorites   0 Comments

Color spaces of #fefb78

RGB 254251120
HSL0.160.990.73
HSV59°53°100°
CMYK 0.000.010.53   0.00
XYZ78.760491.421331.2643
Yxy91.42130.39100.4538
Hunter Lab95.6145-20.289847.5433
CIE-Lab96.5833-15.638362.1641

#fefb78 color RGB value is (254,251,120).

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

The process color (four color CMYK) of #fefb78 color hex is 0.00, 0.01, 0.53, 0.00. Web safe color of #fefb78 is #ffff66. Color #fefb78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 01111000
Octal 376 373 170
Decimal 254 251 120
Hex FE FB 78

RGB Percentages of Color #fefb78

%40.64
%40.16
%19.20

CMYK Percentages of Color #fefb78

%0
%1
%53
%0

Triadic Colors of #fefb78

#fefb78 #78fefb #fb78fe

Analogous Colors of #fefb78

#fefb78 #befe78 #feb878

Monochromatic Colors of #fefb78

#fefb78

Complementary Color

#fefb78 #787bfe

#fefb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb78 Color CSS Codes

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

#fefb78 Text Font Color

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

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


#fefb78 Background Color

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

This div background color is #fefb78


#fefb78 Border Color

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

This div border color is #fefb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb78

Related Colors


Comments

No comments written yet.

Please login to write comment.