Color Hex Logo

#fed128 Color Hex

#FED128
(254,209,40)
0 Favorites   0 Comments

Color spaces of #fed128

RGB 25420940
HSL0.130.990.58
HSV47°84°100°
CMYK 0.000.180.84   0.00
XYZ64.056566.825011.5298
Yxy66.82500.44980.4692
Hunter Lab81.7466-3.184148.8601
CIE-Lab85.41551.238480.2341

#fed128 color RGB value is (254,209,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00101000
Octal 376 321 50
Decimal 254 209 40
Hex FE D1 28

RGB Percentages of Color #fed128

%50.50
%41.55
%7.95

CMYK Percentages of Color #fed128

%0
%18
%84
%0

Triadic Colors of #fed128

#fed128 #28fed1 #d128fe

Analogous Colors of #fed128

#fed128 #c0fe28 #fe6628

Monochromatic Colors of #fed128

#fed128

Complementary Color

#fed128 #2855fe

#fed128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed128 Color CSS Codes

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

#fed128 Text Font Color

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

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


#fed128 Background Color

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

This div background color is #fed128


#fed128 Border Color

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

This div border color is #fed128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed128

Related Colors


Comments

No comments written yet.

Please login to write comment.