color codes Logo

#fef51e color codes

#FEF51E
(254,245,30)
0 Favorites   0 Comments

Color spaces of #fef51e

RGB 25424530
HSL0.160.990.56
HSV58°88°100°
CMYK 0.000.040.88   0.00
XYZ73.759886.469414.0310
Yxy86.46940.42330.4962
Hunter Lab92.9889-21.142556.1460
CIE-Lab94.5127-16.870889.5194

#fef51e color RGB value is (254,245,30).

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

The process color (four color CMYK) of #fef51e color code is 0.00, 0.04, 0.88, 0.00. Web safe color of #fef51e is #ffff33. Color #fef51e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 00011110
Octal 376 365 36
Decimal 254 245 30
Hex FE F5 1E

RGB Percentages of Color #fef51e

%48.02
%46.31
%5.67

CMYK Percentages of Color #fef51e

%0
%4
%88
%0

Triadic Colors of #fef51e

#fef51e #1efef5 #f51efe

Analogous Colors of #fef51e

#fef51e #97fe1e #fe851e

Monochromatic Colors of #fef51e

#fef51e

Complementary Color

#fef51e #1e27fe

#fef51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef51e Color CSS Codes

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

#fef51e Text Font Color

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

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


#fef51e Background Color

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

This div background color is #fef51e


#fef51e Border Color

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

This div border color is #fef51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef51e

Related Colors


Comments

No comments written yet.

Please login to write comment.