Color Hex Logo

#fed646 Color Hex

#FED646
(254,214,70)
0 Favorites   0 Comments

Color spaces of #fed646

RGB 25421470
HSL0.130.990.64
HSV47°72°100°
CMYK 0.000.160.72   0.00
XYZ66.025169.606215.7498
Yxy69.60620.43620.4598
Hunter Lab83.4303-4.741747.2086
CIE-Lab86.8034-0.298372.2603

#fed646 color RGB value is (254,214,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01000110
Octal 376 326 106
Decimal 254 214 70
Hex FE D6 46

RGB Percentages of Color #fed646

%47.21
%39.78
%13.01

CMYK Percentages of Color #fed646

%0
%16
%72
%0

Triadic Colors of #fed646

#fed646 #46fed6 #d646fe

Analogous Colors of #fed646

#fed646 #cafe46 #fe7a46

Monochromatic Colors of #fed646

#fed646

Complementary Color

#fed646 #466efe

#fed646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed646 Color CSS Codes

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

#fed646 Text Font Color

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

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


#fed646 Background Color

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

This div background color is #fed646


#fed646 Border Color

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

This div border color is #fed646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed646

Related Colors


Comments

No comments written yet.

Please login to write comment.