Color Hex Logo

#fef140 Color Hex

#FEF140
(254,241,64)
0 Favorites   0 Comments

Color spaces of #fef140

RGB 25424164
HSL0.160.990.62
HSV56°75°100°
CMYK 0.000.050.75   0.00
XYZ73.253884.351617.2711
Yxy84.35160.41890.4823
Hunter Lab91.8431-18.354453.1407
CIE-Lab93.6030-14.002880.7069

#fef140 color RGB value is (254,241,64).

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

The process color (four color CMYK) of #fef140 color hex is 0.00, 0.05, 0.75, 0.00. Web safe color of #fef140 is #ffff33. Color #fef140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01000000
Octal 376 361 100
Decimal 254 241 64
Hex FE F1 40

RGB Percentages of Color #fef140

%45.44
%43.11
%11.45

CMYK Percentages of Color #fef140

%0
%5
%75
%0

Triadic Colors of #fef140

#fef140 #40fef1 #f140fe

Analogous Colors of #fef140

#fef140 #acfe40 #fe9240

Monochromatic Colors of #fef140

#fef140

Complementary Color

#fef140 #404dfe

#fef140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef140 Color CSS Codes

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

#fef140 Text Font Color

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

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


#fef140 Background Color

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

This div background color is #fef140


#fef140 Border Color

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

This div border color is #fef140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef140

Related Colors


Comments

No comments written yet.

Please login to write comment.