Color Hex Logo

#fede19 Color Hex

#FEDE19
(254,222,25)
0 Favorites   0 Comments

Color spaces of #fede19

RGB 25422225
HSL0.140.990.55
HSV52°90°100°
CMYK 0.000.130.90   0.00
XYZ67.169873.383611.5439
Yxy73.38360.44160.4825
Hunter Lab85.6642-9.949651.9752
CIE-Lab88.6303-5.628885.7384

#fede19 color RGB value is (254,222,25).

#fede19 hex color red value is 254, green value is 222 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #fede19 hue: 0.14 , saturation: 0.99 and the lightness value of fede19 is 0.55.

The process color (four color CMYK) of #fede19 color hex is 0.00, 0.13, 0.90, 0.00. Web safe color of #fede19 is #ffcc00. Color #fede19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 00011001
Octal 376 336 31
Decimal 254 222 25
Hex FE DE 19

RGB Percentages of Color #fede19

%50.70
%44.31
%4.99

CMYK Percentages of Color #fede19

%0
%13
%90
%0

Triadic Colors of #fede19

#fede19 #19fede #de19fe

Analogous Colors of #fede19

#fede19 #acfe19 #fe6c19

Monochromatic Colors of #fede19

#fede19

Complementary Color

#fede19 #1939fe

#fede19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede19 Color CSS Codes

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

#fede19 Text Font Color

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

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


#fede19 Background Color

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

This div background color is #fede19


#fede19 Border Color

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

This div border color is #fede19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede19

Related Colors


Comments

No comments written yet.

Please login to write comment.