Color Hex Logo

#fef365 Color Hex

#FEF365
(254,243,101)
0 Favorites   0 Comments

Color spaces of #fef365

RGB 254243101
HSL0.150.990.70
HSV56°60°100°
CMYK 0.000.040.60   0.00
XYZ75.272686.111624.9658
Yxy86.11160.40390.4621
Hunter Lab92.7963-17.601749.0061
CIE-Lab94.3600-13.092867.8636

#fef365 color RGB value is (254,243,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01100101
Octal 376 363 145
Decimal 254 243 101
Hex FE F3 65

RGB Percentages of Color #fef365

%42.47
%40.64
%16.89

CMYK Percentages of Color #fef365

%0
%4
%60
%0

Triadic Colors of #fef365

#fef365 #65fef3 #f365fe

Analogous Colors of #fef365

#fef365 #bdfe65 #fea765

Monochromatic Colors of #fef365

#fef365

Complementary Color

#fef365 #6570fe

#fef365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef365 Color CSS Codes

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

#fef365 Text Font Color

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

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


#fef365 Background Color

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

This div background color is #fef365


#fef365 Border Color

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

This div border color is #fef365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef365


Comments

No comments written yet.

Please login to write comment.