Color Hex Logo

#fed126 Color Hex

#FED126
(254,209,38)
0 Favorites   0 Comments

Color spaces of #fed126

RGB 25420938
HSL0.130.990.57
HSV48°85°100°
CMYK 0.000.180.85   0.00
XYZ64.023466.811711.3553
Yxy66.81170.45030.4699
Hunter Lab81.7384-3.228248.9802
CIE-Lab85.40881.191980.7023

#fed126 color RGB value is (254,209,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00100110
Octal 376 321 46
Decimal 254 209 38
Hex FE D1 26

RGB Percentages of Color #fed126

%50.70
%41.72
%7.58

CMYK Percentages of Color #fed126

%0
%18
%85
%0

Triadic Colors of #fed126

#fed126 #26fed1 #d126fe

Analogous Colors of #fed126

#fed126 #bffe26 #fe6526

Monochromatic Colors of #fed126

#fed126

Complementary Color

#fed126 #2653fe

#fed126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed126 Color CSS Codes

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

#fed126 Text Font Color

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

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


#fed126 Background Color

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

This div background color is #fed126


#fed126 Border Color

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

This div border color is #fed126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed126


Comments

No comments written yet.

Please login to write comment.