Color Hex Logo

#fed548 Color Hex

#FED548
(254,213,72)
0 Favorites   0 Comments

Color spaces of #fed548

RGB 25421372
HSL0.130.990.64
HSV46°72°100°
CMYK 0.000.160.72   0.00
XYZ65.837069.127216.0038
Yxy69.12720.43610.4579
Hunter Lab83.1428-4.153846.7875
CIE-Lab86.56700.299671.2914

#fed548 color RGB value is (254,213,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01001000
Octal 376 325 110
Decimal 254 213 72
Hex FE D5 48

RGB Percentages of Color #fed548

%47.12
%39.52
%13.36

CMYK Percentages of Color #fed548

%0
%16
%72
%0

Triadic Colors of #fed548

#fed548 #48fed5 #d548fe

Analogous Colors of #fed548

#fed548 #ccfe48 #fe7a48

Monochromatic Colors of #fed548

#fed548

Complementary Color

#fed548 #4871fe

#fed548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed548 Color CSS Codes

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

#fed548 Text Font Color

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

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


#fed548 Background Color

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

This div background color is #fed548


#fed548 Border Color

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

This div border color is #fed548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed548


Comments

No comments written yet.

Please login to write comment.