Color Hex Logo

#fed643 Color Hex

#FED643
(254,214,67)
0 Favorites   0 Comments

Color spaces of #fed643

RGB 25421467
HSL0.130.990.63
HSV47°74°100°
CMYK 0.000.160.74   0.00
XYZ65.932769.569215.2634
Yxy69.56920.43730.4614
Hunter Lab83.4082-4.863147.5358
CIE-Lab86.7851-0.426473.3210

#fed643 color RGB value is (254,214,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01000011
Octal 376 326 103
Decimal 254 214 67
Hex FE D6 43

RGB Percentages of Color #fed643

%47.48
%40.00
%12.52

CMYK Percentages of Color #fed643

%0
%16
%74
%0

Triadic Colors of #fed643

#fed643 #43fed6 #d643fe

Analogous Colors of #fed643

#fed643 #c9fe43 #fe7943

Monochromatic Colors of #fed643

#fed643

Complementary Color

#fed643 #436bfe

#fed643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed643 Color CSS Codes

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

#fed643 Text Font Color

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

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


#fed643 Background Color

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

This div background color is #fed643


#fed643 Border Color

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

This div border color is #fed643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed643

Related Colors


Comments

No comments written yet.

Please login to write comment.