Color Hex Logo

#fef72d Color Hex

#FEF72D
(254,247,45)
0 Favorites   0 Comments

Color spaces of #fef72d

RGB 25424745
HSL0.160.990.59
HSV58°82°100°
CMYK 0.000.030.82   0.00
XYZ74.607587.781815.4940
Yxy87.78180.41940.4935
Hunter Lab93.6919-21.820255.7795
CIE-Lab95.0690-17.515187.0829

#fef72d color RGB value is (254,247,45).

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

The process color (four color CMYK) of #fef72d color hex is 0.00, 0.03, 0.82, 0.00. Web safe color of #fef72d is #ffff33. Color #fef72d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00101101
Octal 376 367 55
Decimal 254 247 45
Hex FE F7 2D

RGB Percentages of Color #fef72d

%46.52
%45.24
%8.24

CMYK Percentages of Color #fef72d

%0
%3
%82
%0

Triadic Colors of #fef72d

#fef72d #2dfef7 #f72dfe

Analogous Colors of #fef72d

#fef72d #9dfe2d #fe8f2d

Monochromatic Colors of #fef72d

#fef72d

Complementary Color

#fef72d #2d34fe

#fef72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef72d Color CSS Codes

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

#fef72d Text Font Color

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

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


#fef72d Background Color

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

This div background color is #fef72d


#fef72d Border Color

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

This div border color is #fef72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef72d

Related Colors


Comments

No comments written yet.

Please login to write comment.