Color Hex Logo

#fed137 Color Hex

#FED137
(254,209,55)
0 Favorites   0 Comments

Color spaces of #fed137

RGB 25420955
HSL0.130.990.61
HSV46°78°100°
CMYK 0.000.180.78   0.00
XYZ64.363166.947613.1443
Yxy66.94760.44560.4634
Hunter Lab81.8215-2.774547.7504
CIE-Lab85.47751.669576.1159

#fed137 color RGB value is (254,209,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00110111
Octal 376 321 67
Decimal 254 209 55
Hex FE D1 37

RGB Percentages of Color #fed137

%49.03
%40.35
%10.62

CMYK Percentages of Color #fed137

%0
%18
%78
%0

Triadic Colors of #fed137

#fed137 #37fed1 #d137fe

Analogous Colors of #fed137

#fed137 #c8fe37 #fe6e37

Monochromatic Colors of #fed137

#fed137

Complementary Color

#fed137 #3764fe

#fed137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed137 Color CSS Codes

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

#fed137 Text Font Color

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

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


#fed137 Background Color

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

This div background color is #fed137


#fed137 Border Color

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

This div border color is #fed137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed137

Related Colors


Comments

No comments written yet.

Please login to write comment.