Color Hex Logo

#fed628 Color Hex

#FED628
(254,214,40)
0 Favorites   0 Comments

Color spaces of #fed628

RGB 25421440
HSL0.140.990.58
HSV49°84°100°
CMYK 0.000.160.84   0.00
XYZ65.302669.317211.9452
Yxy69.31720.44560.4729
Hunter Lab83.2570-5.693249.7733
CIE-Lab86.6609-1.305381.2584

#fed628 color RGB value is (254,214,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 00101000
Octal 376 326 50
Decimal 254 214 40
Hex FE D6 28

RGB Percentages of Color #fed628

%50.00
%42.13
%7.87

CMYK Percentages of Color #fed628

%0
%16
%84
%0

Triadic Colors of #fed628

#fed628 #28fed6 #d628fe

Analogous Colors of #fed628

#fed628 #bbfe28 #fe6b28

Monochromatic Colors of #fed628

#fed628

Complementary Color

#fed628 #2850fe

#fed628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed628 Color CSS Codes

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

#fed628 Text Font Color

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

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


#fed628 Background Color

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

This div background color is #fed628


#fed628 Border Color

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

This div border color is #fed628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed628

Related Colors


Comments

No comments written yet.

Please login to write comment.