Color Hex Logo

#fed42f Color Hex

#FED42F
(254,212,47)
0 Favorites   0 Comments

Color spaces of #fed42f

RGB 25421247
HSL0.130.990.59
HSV48°81°100°
CMYK 0.000.170.81   0.00
XYZ64.929668.363012.4625
Yxy68.36300.44550.4690
Hunter Lab82.6819-4.518448.9407
CIE-Lab86.1876-0.107179.0798

#fed42f color RGB value is (254,212,47).

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

The process color (four color CMYK) of #fed42f color hex is 0.00, 0.17, 0.81, 0.00. Web safe color of #fed42f is #ffcc33. Color #fed42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 00101111
Octal 376 324 57
Decimal 254 212 47
Hex FE D4 2F

RGB Percentages of Color #fed42f

%49.51
%41.33
%9.16

CMYK Percentages of Color #fed42f

%0
%17
%81
%0

Triadic Colors of #fed42f

#fed42f #2ffed4 #d42ffe

Analogous Colors of #fed42f

#fed42f #c1fe2f #fe6d2f

Monochromatic Colors of #fed42f

#fed42f

Complementary Color

#fed42f #2f59fe

#fed42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed42f Color CSS Codes

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

#fed42f Text Font Color

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

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


#fed42f Background Color

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

This div background color is #fed42f


#fed42f Border Color

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

This div border color is #fed42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed42f

Related Colors


Comments

No comments written yet.

Please login to write comment.