Color Hex Logo

#fed223 Color Hex

#FED223
(254,210,35)
0 Favorites   0 Comments

Color spaces of #fed223

RGB 25421035
HSL0.130.990.57
HSV48°86°100°
CMYK 0.000.170.86   0.00
XYZ64.223067.285411.1926
Yxy67.28540.45010.4715
Hunter Lab82.0277-3.793149.3293
CIE-Lab85.64790.616381.5663

#fed223 color RGB value is (254,210,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 00100011
Octal 376 322 43
Decimal 254 210 35
Hex FE D2 23

RGB Percentages of Color #fed223

%50.90
%42.08
%7.01

CMYK Percentages of Color #fed223

%0
%17
%86
%0

Triadic Colors of #fed223

#fed223 #23fed2 #d223fe

Analogous Colors of #fed223

#fed223 #bdfe23 #fe6523

Monochromatic Colors of #fed223

#fed223

Complementary Color

#fed223 #234ffe

#fed223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed223 Color CSS Codes

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

#fed223 Text Font Color

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

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


#fed223 Background Color

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

This div background color is #fed223


#fed223 Border Color

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

This div border color is #fed223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed223


Comments

No comments written yet.

Please login to write comment.