Color Hex Logo

#fedf74 Color Hex

#FEDF74
(254,223,116)
0 Favorites   0 Comments

Color spaces of #fedf74

RGB 254223116
HSL0.130.990.73
HSV47°54°100°
CMYK 0.000.120.54   0.00
XYZ70.413175.107127.3090
Yxy75.10710.40740.4346
Hunter Lab86.6644-6.634841.9820
CIE-Lab89.4431-2.076455.6704

#fedf74 color RGB value is (254,223,116).

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

The process color (four color CMYK) of #fedf74 color hex is 0.00, 0.12, 0.54, 0.00. Web safe color of #fedf74 is #ffcc66. Color #fedf74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01110100
Octal 376 337 164
Decimal 254 223 116
Hex FE DF 74

RGB Percentages of Color #fedf74

%42.83
%37.61
%19.56

CMYK Percentages of Color #fedf74

%0
%12
%54
%0

Triadic Colors of #fedf74

#fedf74 #74fedf #df74fe

Analogous Colors of #fedf74

#fedf74 #d8fe74 #fe9a74

Monochromatic Colors of #fedf74

#fedf74

Complementary Color

#fedf74 #7493fe

#fedf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf74 Color CSS Codes

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

#fedf74 Text Font Color

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

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


#fedf74 Background Color

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

This div background color is #fedf74


#fedf74 Border Color

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

This div border color is #fedf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf74

Related Colors


Comments

No comments written yet.

Please login to write comment.