Color Hex Logo

#fef038 Color Hex

#FEF038
(254,240,56)
0 Favorites   0 Comments

Color spaces of #fef038

RGB 25424056
HSL0.150.990.61
HSV56°78°100°
CMYK 0.000.060.78   0.00
XYZ72.746983.676516.0584
Yxy83.67650.42180.4851
Hunter Lab91.4749-18.125953.6241
CIE-Lab93.3098-13.798982.7971

#fef038 color RGB value is (254,240,56).

#fef038 hex color red value is 254, green value is 240 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #fef038 hue: 0.15 , saturation: 0.99 and the lightness value of fef038 is 0.61.

The process color (four color CMYK) of #fef038 color hex is 0.00, 0.06, 0.78, 0.00. Web safe color of #fef038 is #ffff33. Color #fef038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 00111000
Octal 376 360 70
Decimal 254 240 56
Hex FE F0 38

RGB Percentages of Color #fef038

%46.18
%43.64
%10.18

CMYK Percentages of Color #fef038

%0
%6
%78
%0

Triadic Colors of #fef038

#fef038 #38fef0 #f038fe

Analogous Colors of #fef038

#fef038 #a9fe38 #fe8d38

Monochromatic Colors of #fef038

#fef038

Complementary Color

#fef038 #3846fe

#fef038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef038 Color CSS Codes

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

#fef038 Text Font Color

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

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


#fef038 Background Color

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

This div background color is #fef038


#fef038 Border Color

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

This div border color is #fef038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef038


Comments

No comments written yet.

Please login to write comment.