Color Hex Logo

#fed358 Color Hex

#FED358
(254,211,88)
0 Favorites   0 Comments

Color spaces of #fed358

RGB 25421188
HSL0.120.990.67
HSV44°65°100°
CMYK 0.000.170.65   0.00
XYZ65.928868.363918.9533
Yxy68.36390.43020.4461
Hunter Lab82.6825-2.363244.2867
CIE-Lab86.18812.138464.5159

#fed358 color RGB value is (254,211,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01011000
Octal 376 323 130
Decimal 254 211 88
Hex FE D3 58

RGB Percentages of Color #fed358

%45.93
%38.16
%15.91

CMYK Percentages of Color #fed358

%0
%17
%65
%0

Triadic Colors of #fed358

#fed358 #58fed3 #d358fe

Analogous Colors of #fed358

#fed358 #d6fe58 #fe8058

Monochromatic Colors of #fed358

#fed358

Complementary Color

#fed358 #5883fe

#fed358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed358 Color CSS Codes

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

#fed358 Text Font Color

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

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


#fed358 Background Color

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

This div background color is #fed358


#fed358 Border Color

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

This div border color is #fed358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed358


Comments

No comments written yet.

Please login to write comment.