Color Hex Logo

#feef7d Color Hex

#FEEF7D
(254,239,125)
0 Favorites   0 Comments

Color spaces of #feef7d

RGB 254239125
HSL0.150.980.74
HSV53°51°100°
CMYK 0.000.060.51   0.00
XYZ75.441284.284531.6944
Yxy84.28450.39410.4403
Hunter Lab91.8066-13.980843.7959
CIE-Lab93.5739-9.359356.3733

#feef7d color RGB value is (254,239,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 01111101
Octal 376 357 175
Decimal 254 239 125
Hex FE EF 7D

RGB Percentages of Color #feef7d

%41.10
%38.67
%20.23

CMYK Percentages of Color #feef7d

%0
%6
%51
%0

Triadic Colors of #feef7d

#feef7d #7dfeef #ef7dfe

Analogous Colors of #feef7d

#feef7d #cdfe7d #feaf7d

Monochromatic Colors of #feef7d

#feef7d

Complementary Color

#feef7d #7d8cfe

#feef7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef7d Color CSS Codes

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

#feef7d Text Font Color

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

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


#feef7d Background Color

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

This div background color is #feef7d


#feef7d Border Color

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

This div border color is #feef7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef7d

Related Colors


Comments

No comments written yet.

Please login to write comment.