Color Hex Logo

#fefd19 Color Hex

#FEFD19
(254,253,25)
0 Favorites   0 Comments

Color spaces of #fefd19

RGB 25425325
HSL0.170.990.55
HSV60°90°100°
CMYK 0.000.000.90   0.00
XYZ76.173891.391614.5453
Yxy91.39160.41830.5018
Hunter Lab95.5990-25.068357.8983
CIE-Lab96.5711-20.784291.8488

#fefd19 color RGB value is (254,253,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 00011001
Octal 376 375 31
Decimal 254 253 25
Hex FE FD 19

RGB Percentages of Color #fefd19

%47.74
%47.56
%4.70

CMYK Percentages of Color #fefd19

%0
%0
%90
%0

Triadic Colors of #fefd19

#fefd19 #19fefd #fd19fe

Analogous Colors of #fefd19

#fefd19 #8dfe19 #fe8b19

Monochromatic Colors of #fefd19

#fefd19

Complementary Color

#fefd19 #191afe

#fefd19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefd19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefd19 Color CSS Codes

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

#fefd19 Text Font Color

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

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


#fefd19 Background Color

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

This div background color is #fefd19


#fefd19 Border Color

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

This div border color is #fefd19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefd19

Related Colors


Comments

No comments written yet.

Please login to write comment.