Color Hex Logo

#fed543 Color Hex

#FED543
(254,213,67)
1 Favorites   0 Comments

Color spaces of #fed543

RGB 25421367
HSL0.130.990.63
HSV47°74°100°
CMYK 0.000.160.74   0.00
XYZ65.680469.064615.1793
Yxy69.06460.43810.4607
Hunter Lab83.1051-4.360247.3442
CIE-Lab86.53600.082173.0826

#fed543 color RGB value is (254,213,67).

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

The process color (four color CMYK) of #fed543 color hex is 0.00, 0.16, 0.74, 0.00. Web safe color of #fed543 is #ffcc33. Color #fed543 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01000011
Octal 376 325 103
Decimal 254 213 67
Hex FE D5 43

RGB Percentages of Color #fed543

%47.57
%39.89
%12.55

CMYK Percentages of Color #fed543

%0
%16
%74
%0

Triadic Colors of #fed543

#fed543 #43fed5 #d543fe

Analogous Colors of #fed543

#fed543 #cafe43 #fe7843

Monochromatic Colors of #fed543

#fed543

Complementary Color

#fed543 #436cfe

#fed543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed543 Color CSS Codes

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

#fed543 Text Font Color

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

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


#fed543 Background Color

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

This div background color is #fed543


#fed543 Border Color

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

This div border color is #fed543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed543

Related Colors


Comments

No comments written yet.

Please login to write comment.