Color Hex Logo

#fedf57 Color Hex

#FEDF57
(254,223,87)
0 Favorites   0 Comments

Color spaces of #fedf57

RGB 25422387
HSL0.140.990.67
HSV49°66°100°
CMYK 0.000.120.66   0.00
XYZ68.981074.534319.7677
Yxy74.53430.42250.4565
Hunter Lab86.3332-8.460246.8577
CIE-Lab89.1744-4.006368.0877

#fedf57 color RGB value is (254,223,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01010111
Octal 376 337 127
Decimal 254 223 87
Hex FE DF 57

RGB Percentages of Color #fedf57

%45.04
%39.54
%15.43

CMYK Percentages of Color #fedf57

%0
%12
%66
%0

Triadic Colors of #fedf57

#fedf57 #57fedf #df57fe

Analogous Colors of #fedf57

#fedf57 #cafe57 #fe8c57

Monochromatic Colors of #fedf57

#fedf57

Complementary Color

#fedf57 #5776fe

#fedf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf57 Color CSS Codes

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

#fedf57 Text Font Color

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

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


#fedf57 Background Color

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

This div background color is #fedf57


#fedf57 Border Color

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

This div border color is #fedf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf57

Related Colors


Comments

No comments written yet.

Please login to write comment.