Color Hex Logo

#fed214 Color Hex

#FED214
(254,210,20)
0 Favorites   0 Comments

Color spaces of #fed214

RGB 25421020
HSL0.140.990.54
HSV49°92°100°
CMYK 0.000.170.92   0.00
XYZ64.045967.214510.2599
Yxy67.21450.45260.4749
Hunter Lab81.9844-4.029449.9693
CIE-Lab85.61220.366684.1830

#fed214 color RGB value is (254,210,20).

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

The process color (four color CMYK) of #fed214 color hex is 0.00, 0.17, 0.92, 0.00. Web safe color of #fed214 is #ffcc00. Color #fed214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 00010100
Octal 376 322 24
Decimal 254 210 20
Hex FE D2 14

RGB Percentages of Color #fed214

%52.48
%43.39
%4.13

CMYK Percentages of Color #fed214

%0
%17
%92
%0

Triadic Colors of #fed214

#fed214 #14fed2 #d214fe

Analogous Colors of #fed214

#fed214 #b5fe14 #fe5d14

Monochromatic Colors of #fed214

#fed214

Complementary Color

#fed214 #1440fe

#fed214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed214 Color CSS Codes

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

#fed214 Text Font Color

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

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


#fed214 Background Color

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

This div background color is #fed214


#fed214 Border Color

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

This div border color is #fed214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed214


Comments

No comments written yet.

Please login to write comment.