Color Hex Logo

#fef415 Color Hex

#FEF415
(254,244,21)
0 Favorites   0 Comments

Color spaces of #fef415

RGB 25424421
HSL0.160.990.54
HSV57°92°100°
CMYK 0.000.040.92   0.00
XYZ73.359185.826313.4092
Yxy85.82630.42500.4973
Hunter Lab92.6425-20.778856.2680
CIE-Lab94.2380-16.520590.5607

#fef415 color RGB value is (254,244,21).

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

The process color (four color CMYK) of #fef415 color hex is 0.00, 0.04, 0.92, 0.00. Web safe color of #fef415 is #ffff00. Color #fef415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 00010101
Octal 376 364 25
Decimal 254 244 21
Hex FE F4 15

RGB Percentages of Color #fef415

%48.94
%47.01
%4.05

CMYK Percentages of Color #fef415

%0
%4
%92
%0

Triadic Colors of #fef415

#fef415 #15fef4 #f415fe

Analogous Colors of #fef415

#fef415 #94fe15 #fe8015

Monochromatic Colors of #fef415

#fef415

Complementary Color

#fef415 #151ffe

#fef415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef415 Color CSS Codes

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

#fef415 Text Font Color

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

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


#fef415 Background Color

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

This div background color is #fef415


#fef415 Border Color

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

This div border color is #fef415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef415


Comments

No comments written yet.

Please login to write comment.