Color Hex Logo

#fed538 Color Hex

#FED538
(254,213,56)
0 Favorites   0 Comments

Color spaces of #fed538

RGB 25421356
HSL0.130.990.61
HSV48°78°100°
CMYK 0.000.160.78   0.00
XYZ65.381168.944913.6031
Yxy68.94490.44200.4661
Hunter Lab83.0331-4.755148.4098
CIE-Lab86.4768-0.334976.7019

#fed538 color RGB value is (254,213,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 00111000
Octal 376 325 70
Decimal 254 213 56
Hex FE D5 38

RGB Percentages of Color #fed538

%48.57
%40.73
%10.71

CMYK Percentages of Color #fed538

%0
%16
%78
%0

Triadic Colors of #fed538

#fed538 #38fed5 #d538fe

Analogous Colors of #fed538

#fed538 #c4fe38 #fe7238

Monochromatic Colors of #fed538

#fed538

Complementary Color

#fed538 #3861fe

#fed538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed538 Color CSS Codes

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

#fed538 Text Font Color

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

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


#fed538 Background Color

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

This div background color is #fed538


#fed538 Border Color

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

This div border color is #fed538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed538


Comments

No comments written yet.

Please login to write comment.