Color Hex Logo

#fefe19 Color Hex

#FEFE19
(254,254,25)
0 Favorites   0 Comments

Color spaces of #fefe19

RGB 25425425
HSL0.170.990.55
HSV60°90°100°
CMYK 0.000.000.90   0.00
XYZ76.490392.024614.6508
Yxy92.02460.41760.5024
Hunter Lab95.9295-25.547858.0956
CIE-Lab96.8304-21.259592.0493

#fefe19 color RGB value is (254,254,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 00011001
Octal 376 376 31
Decimal 254 254 25
Hex FE FE 19

RGB Percentages of Color #fefe19

%47.65
%47.65
%4.69

CMYK Percentages of Color #fefe19

%0
%0
%90
%0

Triadic Colors of #fefe19

#fefe19 #19fefe #fe19fe

Analogous Colors of #fefe19

#fefe19 #8cfe19 #fe8c19

Monochromatic Colors of #fefe19

#fefe19

Complementary Color

#fefe19 #1919fe

#fefe19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe19 Color CSS Codes

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

#fefe19 Text Font Color

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

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


#fefe19 Background Color

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

This div background color is #fefe19


#fefe19 Border Color

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

This div border color is #fefe19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe19

Related Colors


Comments

No comments written yet.

Please login to write comment.