Color Hex Logo

#fef02d Color Hex

#FEF02D
(254,240,45)
0 Favorites   0 Comments

Color spaces of #fef02d

RGB 25424045
HSL0.160.990.59
HSV56°82°100°
CMYK 0.000.060.82   0.00
XYZ72.506883.580514.7938
Yxy83.58050.42430.4891
Hunter Lab91.4224-18.421454.4015
CIE-Lab93.2680-14.122485.5749

#fef02d color RGB value is (254,240,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 00101101
Octal 376 360 55
Decimal 254 240 45
Hex FE F0 2D

RGB Percentages of Color #fef02d

%47.12
%44.53
%8.35

CMYK Percentages of Color #fef02d

%0
%6
%82
%0

Triadic Colors of #fef02d

#fef02d #2dfef0 #f02dfe

Analogous Colors of #fef02d

#fef02d #a4fe2d #fe882d

Monochromatic Colors of #fef02d

#fef02d

Complementary Color

#fef02d #2d3bfe

#fef02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef02d Color CSS Codes

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

#fef02d Text Font Color

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

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


#fef02d Background Color

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

This div background color is #fef02d


#fef02d Border Color

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

This div border color is #fef02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef02d


Comments

No comments written yet.

Please login to write comment.