Color Hex Logo

#fed123 Color Hex

#FED123
(254,209,35)
0 Favorites   0 Comments

Color spaces of #fed123

RGB 25420935
HSL0.130.990.57
HSV48°86°100°
CMYK 0.000.180.86   0.00
XYZ63.976966.793111.1105
Yxy66.79310.45090.4708
Hunter Lab81.7270-3.290449.1487
CIE-Lab85.39941.126381.3675

#fed123 color RGB value is (254,209,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00100011
Octal 376 321 43
Decimal 254 209 35
Hex FE D1 23

RGB Percentages of Color #fed123

%51.00
%41.97
%7.03

CMYK Percentages of Color #fed123

%0
%18
%86
%0

Triadic Colors of #fed123

#fed123 #23fed1 #d123fe

Analogous Colors of #fed123

#fed123 #befe23 #fe6423

Monochromatic Colors of #fed123

#fed123

Complementary Color

#fed123 #2350fe

#fed123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed123 Color CSS Codes

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

#fed123 Text Font Color

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

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


#fed123 Background Color

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

This div background color is #fed123


#fed123 Border Color

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

This div border color is #fed123


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,209,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 #fed123">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed123


Comments

No comments written yet.

Please login to write comment.