Color Hex Logo

#fef048 Color Hex

#FEF048
(254,240,72)
0 Favorites   0 Comments

Color spaces of #fef048

RGB 25424072
HSL0.150.990.64
HSV55°72°100°
CMYK 0.000.060.72   0.00
XYZ73.202883.858918.4591
Yxy83.85890.41710.4778
Hunter Lab91.5745-17.566152.1508
CIE-Lab93.3892-13.187677.9107

#fef048 color RGB value is (254,240,72).

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

The process color (four color CMYK) of #fef048 color hex is 0.00, 0.06, 0.72, 0.00. Web safe color of #fef048 is #ffff33. Color #fef048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 01001000
Octal 376 360 110
Decimal 254 240 72
Hex FE F0 48

RGB Percentages of Color #fef048

%44.88
%42.40
%12.72

CMYK Percentages of Color #fef048

%0
%6
%72
%0

Triadic Colors of #fef048

#fef048 #48fef0 #f048fe

Analogous Colors of #fef048

#fef048 #b1fe48 #fe9548

Monochromatic Colors of #fef048

#fef048

Complementary Color

#fef048 #4856fe

#fef048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef048 Color CSS Codes

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

#fef048 Text Font Color

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

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


#fef048 Background Color

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

This div background color is #fef048


#fef048 Border Color

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

This div border color is #fef048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef048


Comments

No comments written yet.

Please login to write comment.