Color Hex Logo

#fedf58 Color Hex

#FEDF58
(254,223,88)
0 Favorites   0 Comments

Color spaces of #fedf58

RGB 25422388
HSL0.140.990.67
HSV49°65°100°
CMYK 0.000.120.65   0.00
XYZ69.022274.550819.9844
Yxy74.55080.42200.4558
Hunter Lab86.3428-8.407546.7170
CIE-Lab89.1822-3.950367.6887

#fedf58 color RGB value is (254,223,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01011000
Octal 376 337 130
Decimal 254 223 88
Hex FE DF 58

RGB Percentages of Color #fedf58

%44.96
%39.47
%15.58

CMYK Percentages of Color #fedf58

%0
%12
%65
%0

Triadic Colors of #fedf58

#fedf58 #58fedf #df58fe

Analogous Colors of #fedf58

#fedf58 #cafe58 #fe8c58

Monochromatic Colors of #fedf58

#fedf58

Complementary Color

#fedf58 #5877fe

#fedf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf58 Color CSS Codes

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

#fedf58 Text Font Color

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

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


#fedf58 Background Color

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

This div background color is #fedf58


#fedf58 Border Color

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

This div border color is #fedf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf58


Comments

No comments written yet.

Please login to write comment.