Color Hex Logo

#fef07d Color Hex

#FEF07D
(254,240,125)
0 Favorites   0 Comments

Color spaces of #fef07d

RGB 254240125
HSL0.150.980.74
HSV53°51°100°
CMYK 0.000.060.51   0.00
XYZ75.734884.871731.7923
Yxy84.87170.39360.4411
Hunter Lab92.1258-14.479044.0273
CIE-Lab93.8278-9.853856.6747

#fef07d color RGB value is (254,240,125).

#fef07d hex color red value is 254, green value is 240 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fef07d hue: 0.15 , saturation: 0.98 and the lightness value of fef07d is 0.74.

The process color (four color CMYK) of #fef07d color hex is 0.00, 0.06, 0.51, 0.00. Web safe color of #fef07d is #ffff66. Color #fef07d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 01111101
Octal 376 360 175
Decimal 254 240 125
Hex FE F0 7D

RGB Percentages of Color #fef07d

%41.03
%38.77
%20.19

CMYK Percentages of Color #fef07d

%0
%6
%51
%0

Triadic Colors of #fef07d

#fef07d #7dfef0 #f07dfe

Analogous Colors of #fef07d

#fef07d #ccfe7d #feb07d

Monochromatic Colors of #fef07d

#fef07d

Complementary Color

#fef07d #7d8bfe

#fef07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef07d Color CSS Codes

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

#fef07d Text Font Color

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

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


#fef07d Background Color

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

This div background color is #fef07d


#fef07d Border Color

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

This div border color is #fef07d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,240,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fef07d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef07d

Related Colors


Comments

No comments written yet.

Please login to write comment.