Color Hex Logo

#fedc58 Color Hex

#FEDC58
(254,220,88)
0 Favorites   0 Comments

Color spaces of #fedc58

RGB 25422088
HSL0.130.990.67
HSV48°65°100°
CMYK 0.000.130.65   0.00
XYZ68.227772.961819.7196
Yxy72.96180.42400.4534
Hunter Lab85.4177-6.903446.1046
CIE-Lab88.4295-2.437166.8953

#fedc58 color RGB value is (254,220,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01011000
Octal 376 334 130
Decimal 254 220 88
Hex FE DC 58

RGB Percentages of Color #fedc58

%45.20
%39.15
%15.66

CMYK Percentages of Color #fedc58

%0
%13
%65
%0

Triadic Colors of #fedc58

#fedc58 #58fedc #dc58fe

Analogous Colors of #fedc58

#fedc58 #cdfe58 #fe8958

Monochromatic Colors of #fedc58

#fedc58

Complementary Color

#fedc58 #587afe

#fedc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc58 Color CSS Codes

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

#fedc58 Text Font Color

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

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


#fedc58 Background Color

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

This div background color is #fedc58


#fedc58 Border Color

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

This div border color is #fedc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc58


Comments

No comments written yet.

Please login to write comment.