Color Hex Logo

#fed353 Color Hex

#FED353
(254,211,83)
0 Favorites   0 Comments

Color spaces of #fed353

RGB 25421183
HSL0.120.990.66
HSV45°67°100°
CMYK 0.000.170.67   0.00
XYZ65.728668.283917.8995
Yxy68.28390.43270.4495
Hunter Lab82.6341-2.627645.0009
CIE-Lab86.14821.861866.5564

#fed353 color RGB value is (254,211,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01010011
Octal 376 323 123
Decimal 254 211 83
Hex FE D3 53

RGB Percentages of Color #fed353

%46.35
%38.50
%15.15

CMYK Percentages of Color #fed353

%0
%17
%67
%0

Triadic Colors of #fed353

#fed353 #53fed3 #d353fe

Analogous Colors of #fed353

#fed353 #d4fe53 #fe7e53

Monochromatic Colors of #fed353

#fed353

Complementary Color

#fed353 #537efe

#fed353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed353 Color CSS Codes

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

#fed353 Text Font Color

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

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


#fed353 Background Color

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

This div background color is #fed353


#fed353 Border Color

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

This div border color is #fed353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed353

Related Colors


Comments

No comments written yet.

Please login to write comment.