Color Hex Logo

#fef248 Color Hex

#FEF248
(254,242,72)
0 Favorites   0 Comments

Color spaces of #fef248

RGB 25424272
HSL0.160.990.64
HSV56°72°100°
CMYK 0.000.050.72   0.00
XYZ73.794985.043018.6564
Yxy85.04300.41580.4791
Hunter Lab92.2188-18.544352.5584
CIE-Lab93.9016-14.164178.4013

#fef248 color RGB value is (254,242,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01001000
Octal 376 362 110
Decimal 254 242 72
Hex FE F2 48

RGB Percentages of Color #fef248

%44.72
%42.61
%12.68

CMYK Percentages of Color #fef248

%0
%5
%72
%0

Triadic Colors of #fef248

#fef248 #48fef2 #f248fe

Analogous Colors of #fef248

#fef248 #affe48 #fe9748

Monochromatic Colors of #fef248

#fef248

Complementary Color

#fef248 #4854fe

#fef248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef248 Color CSS Codes

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

#fef248 Text Font Color

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

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


#fef248 Background Color

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

This div background color is #fef248


#fef248 Border Color

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

This div border color is #fef248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef248

Related Colors


Comments

No comments written yet.

Please login to write comment.