Color Hex Logo

#fef678 Color Hex

#FEF678
(254,246,120)
0 Favorites   0 Comments

Color spaces of #fef678

RGB 254246120
HSL0.160.990.73
HSV56°53°100°
CMYK 0.000.030.53   0.00
XYZ77.219088.338430.7504
Yxy88.33840.39340.4500
Hunter Lab93.9885-17.828046.3939
CIE-Lab95.3032-13.204960.6841

#fef678 color RGB value is (254,246,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 01111000
Octal 376 366 170
Decimal 254 246 120
Hex FE F6 78

RGB Percentages of Color #fef678

%40.97
%39.68
%19.35

CMYK Percentages of Color #fef678

%0
%3
%53
%0

Triadic Colors of #fef678

#fef678 #78fef6 #f678fe

Analogous Colors of #fef678

#fef678 #c3fe78 #feb378

Monochromatic Colors of #fef678

#fef678

Complementary Color

#fef678 #7880fe

#fef678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef678 Color CSS Codes

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

#fef678 Text Font Color

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

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


#fef678 Background Color

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

This div background color is #fef678


#fef678 Border Color

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

This div border color is #fef678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef678

Related Colors

#fef678 Color Palettes


Comments

No comments written yet.

Please login to write comment.