Color Hex Logo

#fed948 Color Hex

#FED948
(254,217,72)
1 Favorites   0 Comments

Color spaces of #fed948

RGB 25421772
HSL0.130.990.64
HSV48°72°100°
CMYK 0.000.150.72   0.00
XYZ66.855671.164416.3433
Yxy71.16440.43310.4610
Hunter Lab84.3590-6.164747.5647
CIE-Lab87.5648-1.731572.2707

#fed948 color RGB value is (254,217,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01001000
Octal 376 331 110
Decimal 254 217 72
Hex FE D9 48

RGB Percentages of Color #fed948

%46.78
%39.96
%13.26

CMYK Percentages of Color #fed948

%0
%15
%72
%0

Triadic Colors of #fed948

#fed948 #48fed9 #d948fe

Analogous Colors of #fed948

#fed948 #c8fe48 #fe7e48

Monochromatic Colors of #fed948

#fed948

Complementary Color

#fed948 #486dfe

#fed948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed948 Color CSS Codes

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

#fed948 Text Font Color

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

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


#fed948 Background Color

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

This div background color is #fed948


#fed948 Border Color

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

This div border color is #fed948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,217,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 #fed948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed948


Comments

No comments written yet.

Please login to write comment.