Color Hex Logo

#fed125 Color Hex

#FED125
(254,209,37)
0 Favorites   0 Comments

Color spaces of #fed125

RGB 25420937
HSL0.130.990.57
HSV48°85°100°
CMYK 0.000.180.85   0.00
XYZ64.007466.805311.2714
Yxy66.80530.45050.4702
Hunter Lab81.7345-3.249649.0379
CIE-Lab85.40551.169380.9291

#fed125 color RGB value is (254,209,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00100101
Octal 376 321 45
Decimal 254 209 37
Hex FE D1 25

RGB Percentages of Color #fed125

%50.80
%41.80
%7.40

CMYK Percentages of Color #fed125

%0
%18
%85
%0

Triadic Colors of #fed125

#fed125 #25fed1 #d125fe

Analogous Colors of #fed125

#fed125 #bffe25 #fe6525

Monochromatic Colors of #fed125

#fed125

Complementary Color

#fed125 #2552fe

#fed125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed125 Color CSS Codes

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

#fed125 Text Font Color

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

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


#fed125 Background Color

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

This div background color is #fed125


#fed125 Border Color

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

This div border color is #fed125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed125

Related Colors


Comments

No comments written yet.

Please login to write comment.