Color Hex Logo

#fef358 Color Hex

#FEF358
(254,243,88)
0 Favorites   0 Comments

Color spaces of #fef358

RGB 25424388
HSL0.160.990.67
HSV56°65°100°
CMYK 0.000.040.65   0.00
XYZ74.685185.876621.8720
Yxy85.87660.40940.4707
Hunter Lab92.6696-18.313650.8750
CIE-Lab94.2596-13.866472.9714

#fef358 color RGB value is (254,243,88).

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

The process color (four color CMYK) of #fef358 color hex is 0.00, 0.04, 0.65, 0.00. Web safe color of #fef358 is #ffff66. Color #fef358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01011000
Octal 376 363 130
Decimal 254 243 88
Hex FE F3 58

RGB Percentages of Color #fef358

%43.42
%41.54
%15.04

CMYK Percentages of Color #fef358

%0
%4
%65
%0

Triadic Colors of #fef358

#fef358 #58fef3 #f358fe

Analogous Colors of #fef358

#fef358 #b6fe58 #fea058

Monochromatic Colors of #fef358

#fef358

Complementary Color

#fef358 #5863fe

#fef358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef358 Color CSS Codes

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

#fef358 Text Font Color

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

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


#fef358 Background Color

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

This div background color is #fef358


#fef358 Border Color

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

This div border color is #fef358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef358


Comments

No comments written yet.

Please login to write comment.