Color Hex Logo

#fed148 Color Hex

#FED148
(254,209,72)
3 Favorites   0 Comments

Color spaces of #fed148

RGB 25420972
HSL0.130.990.64
HSV45°72°100°
CMYK 0.000.180.72   0.00
XYZ64.843267.139615.6725
Yxy67.13960.43920.4547
Hunter Lab81.9388-2.134846.0167
CIE-Lab85.57442.340870.3134

#fed148 color RGB value is (254,209,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 01001000
Octal 376 321 110
Decimal 254 209 72
Hex FE D1 48

RGB Percentages of Color #fed148

%47.48
%39.07
%13.46

CMYK Percentages of Color #fed148

%0
%18
%72
%0

Triadic Colors of #fed148

#fed148 #48fed1 #d148fe

Analogous Colors of #fed148

#fed148 #d0fe48 #fe7648

Monochromatic Colors of #fed148

#fed148

Complementary Color

#fed148 #4875fe

#fed148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed148 Color CSS Codes

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

#fed148 Text Font Color

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

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


#fed148 Background Color

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

This div background color is #fed148


#fed148 Border Color

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

This div border color is #fed148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed148

Related Colors

#fed148 Color Palettes


Comments

No comments written yet.

Please login to write comment.